What are the 3 pillars of oop?



What are the 3 pillars of oop?..

Answer / Ashutosh Kumar Dubey

"Encapsulation", "Inheritance", and "Polymorphism", often referred to as the three core principles of object-oriented programming

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

Explain polymorphism? What r the types of polymorphism? pls give examples?

4 Answers   HCL,


Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3

3 Answers   Accenture, Cognizant, IBM,


What is polymorphism explain its types?

1 Answers  


Can main method override?

1 Answers  


In which cases you use override and new base?

2 Answers  


what is code for call by value and call by reference?

1 Answers  


#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }

1 Answers  


Can an interface inherit a class?

1 Answers  


what is the new version of oops

0 Answers   Ignou,


How do you make derived class as an abstract class?

1 Answers   Convergys, TCS,


What are different oops concepts?

1 Answers  


What is abstraction?

9 Answers  


Categories