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
What is the significance of classes in oop?
how to get the oracle certification? send me the answer
#include
What is an example of genetic polymorphism?
Get me an image implementation program.
How to hide the base class functionality in Inheritance?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What are the 3 principles of oop?
Why is polymorphism important in oop?
What are different oops concepts?
is there any choice in opting subjects like 4 out of 7
Which is better struts or spring?
What is the real life example of polymorphism?
When not to use object oriented programming?
What is the real time example of encapsulation?