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 the purpose of enum?
Which type does string inherit from?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is interface in oop?
write a C++ program for booking using constructor and destructor.
Can we create object of interface?
What is a class in oop?
What are the components of marker interface?
What is abstraction in oops with example?
What is multilevel inheritance?
What are the benefits of polymorphism?
What is pointer in oop?
Whats oop mean?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is the fundamental idea of oop?