Skip to content

Commit

Permalink
Merge pull request #9 from WaleedAdnan08/main
Browse files Browse the repository at this point in the history
Slight changes
  • Loading branch information
muhibarshad authored Nov 19, 2022
2 parents dbedeb5 + b2bccc6 commit efc920e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ A langugae which containes these four core segments is referrred as **_Object-Or
- ## Classes and object :
Classes have no exixtence in the memeory, it's only a blueprint.When we make an object of that class, then it should having the same memeory.Class is a user defined-data-Type, called as **_ABSTRACT_DATA_TYPE_**.
- ## Data Hiding and Encapsulation:
Data is hided from every another object is data hiding .All the memebers of a class including data members and member functions are closed in a class like a capsule is referred to as Encapsulation.This feature opens the new term named as `Abstraction` means all the inner details are completetly ifnored and we focus on the working of the software.
Data hided from every another object is called data hiding. All the members of a class including data members and member functions are closed in a class like a capsule is referred to as Encapsulation. This feature opens a new term named as `Abstraction` which means that all the inner details are completetly ignored and we focus only on the working of the software.
- ## Inheritance:
**_Do not reinvent the wheel_**.In programming the term used as : **Do not repeat the code⛔**.Inheritance has the code reuse-ability.Some features are inherited from the base class and given to the derived class.If any language does not support the inheritance then its not calle the Object oriented programming language its called the **\*Object-Based-Language**.
- ## Polymorphism
Expand Down

0 comments on commit efc920e

Please sign in to comment.