Answer Posted / suddapally.chinny
the main concepts in OOP are:
*DATA ABSTRACTION
*DATA ENCAPSULATION
*POLYMORPHISM
*INHERITANCE
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What causes polymorphism?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is the difference between procedural programming and oops?
Get me a number puzzle game-program
What is encapsulation process?
What is the difference between inheritance and polymorphism?
What are the 4 pillars of oop?
What is encapsulation with example?
What is a superclass in oop?
What is inheritance in simple words?
What is property in oops?
Where is pseudocode used?
How do you answer polymorphism?
can inline function declare in private part of class?