What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / manish
OOPS is an object oriented language which led it's emphasis
on the set of codes called object rather then it's
procedure......but in the procedural language,procedure is
given more improtance
| Is This Answer Correct ? | 8 Yes | 45 No |
Post New Answer View All Answers
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is polymorphism and its types?
What is overloading in oops?
How Do you Code Composition and Aggregation in C++ ?
What do you mean by abstraction?
State what is encapsulation and friend function?
Why multiple inheritance is not possible?
What is difference between polymorphism and inheritance?
What are the data types in oop?
What does and I oop mean in text?
Why do we use polymorphism in oops?
write a C++ program for booking using constructor and destructor.
What is the example of polymorphism?
What are the 4 main oop principles?
What is protected in oop?