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
write a program that takes input in digits and display the result in words from 1 to 1000
What is for loop and its syntax?
What is difference between polymorphism and inheritance?
What is encapsulation with example?
Why multiple inheritance is not allowed?
Is html an oop?
Why is static class not inherited?
What is abstraction in oop?
What is polymorphism programming?
write a C++ program for booking using constructor and destructor.
Why do we need oop?
What is overriding in oop?
What is polymorphism explain its types?
what type of question are asked in thoughtworks pair programming round ?
What is the real life example of polymorphism?