Answer Posted / srikanth
c is a procedure oriented language where as c++ is a object oriented language.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Can we create object of interface?
What is destructor oops?
What does I oop mean?
What is encapsulation and abstraction? How are they implemented in C++?
How do you use inheritance in unity?
What is the problem with multiple inheritance?
What is the difference between abstraction and polymorphism?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Can static class have constructor?
Who invented oop?
How to call a non virtual function in the derived class by using base class pointer
Why do we use class?
What is encapsulation process?
What is abstract class in oop?