Main core concepts of Object Oriented programming:
Polymorphism -- Compile time behaviour is different from the run time behaviour.
Inheritance - Inherit the property of the object and upgrade the features on top of it
Encapsulation - Trying to hide the data, but just going to give the object to the user. So that object could be used to make us of the data.
Polymorphism -- Compile time behaviour is different from the run time behaviour.
Inheritance - Inherit the property of the object and upgrade the features on top of it
Encapsulation - Trying to hide the data, but just going to give the object to the user. So that object could be used to make us of the data.
No comments:
Post a Comment