What are the OOPS concepts?
Answer Posted / gajanan malode
1 encapsulation - class
2 abstraction - object
3 inheritance
4 poymorphism - compile and run (static and dynamic binding)
5 message passinng
6 delegation
7 reusability
8 Interfaces
9 extensability
10 templates
11 scalability
12 associativity
13 persitence ......etc are OOPs Cocepts
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to improve object oriented design skills?
How does polymorphism work?
How do you answer polymorphism?
How to hide the base class functionality in Inheritance?
What is abstract class in oop?
What is the real time example of encapsulation?
what is different between oops and c++
What does and I oop and sksksk mean?
What is basic concept of oop?
Why is oop useful?
What is a superclass in oop?
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 do you mean by abstraction?
What are the advantages of polymorphism?
What are the benefits of oop?