What are the OOPS concepts?
Answer Posted / krishnan
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 ? | 68 Yes | 36 No |
Post New Answer View All Answers
What is the problem with multiple inheritance?
What are the three parts of a simple empty class?
What is the difference between inheritance and polymorphism?
What is overloading and its types?
What does enum stand for?
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.
What is the difference between encapsulation and polymorphism?
What is the oops and benefits of oops programming?
Please send ford technologies placement paper 2 my mail id
What is polymorphism used for?
What is stream in oop?
what are the ways in which a constructors can be called?
What language is oop?
What is object in oops?
How do you achieve runtime polymorphism?