What are the OOPS concepts?
Answer Posted / ammu
1encapsulation - class
2abstraction - object
3inheritance
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 ? | 61 Yes | 48 No |
Post New Answer View All Answers
What is oops in simple words?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is inheritance and how many types of inheritance?
Why is destructor used?
What are the benefits of interface?
What is abstract class in oops?
Can we define a class within the interface?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Is this job good for future? can do this job post grduate student?
What do you mean by Encapsulation?
What is basic concept of oop?
What is the example of polymorphism?
How to call a non virtual function in the derived class by using base class pointer
Why do we use encapsulation in oops?
What is the full form of oops?