What are the OOPS concepts?
Answer Posted / janet
Object oriented programming organizes a program around it's
data i.e objects and a set of well defined interface to
that data. An Object-oriented program can be characterized
as data controlling access to code.
| Is This Answer Correct ? | 432 Yes | 241 No |
Post New Answer View All Answers
What is encapsulation and abstraction? How are they implemented in C++?
What is the significance of classes in oop?
Is oop better than procedural?
What is encapsulation with real life example?
What are the 3 pillars of oop?
Can you inherit a private class?
how to get the oracle certification? send me the answer
What is the main feature of oop?
What is the difference between a mixin and inheritance?
Are polymorphisms mutations?
write a programe to calculate the simple intrest and compund intrest using by function overlading
what are the different types of qualifier in java?
What is overriding in oop?
Who invented oop?
What is abstract class in oops?