why c++ is called OOPS?
waht is inherutance?
what is compiler?
Answer Posted / siva
1. C++ supports all the 4 oops concepts encapsulation,
abstraction, inheritance and polymorphism that sway c++ is
called oops.
2. If one class (called derived) acquires/inherits
properties of another class (base class) then the concept
is called inheritance.
3. Compiler converts/translate programs written in high-
level languages in to machine level
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
Can we define a class within the interface?
Which language is pure oop?
What is advantage of inheritance?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
How to use CMutex, CSemaphore in VC++ MFC
What is abstract class in oops?
What is the benefit of oop?
What do you mean by abstraction?
Why it is called runtime polymorphism?
What are the 4 main oop principles?
How oops is better than procedural?
What are functions in oop?
Which method cannot be overridden?
What exactly is polymorphism?
What are constructors in oop?