Abstraction , inheritance,polymorphism, encapsulation definition
Answers
Answered by
4
Abstraction is the act of representing essential features without including background details or explanations.
Inheritance is the process by which an object acquired the properties of another object.
Polymorphism is the process in which the same message can be processed in different ways depending upon the type of data they act on.
Encapsulation means combining data and function under a single class.
Inheritance is the process by which an object acquired the properties of another object.
Polymorphism is the process in which the same message can be processed in different ways depending upon the type of data they act on.
Encapsulation means combining data and function under a single class.
Similar questions