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 overloading in oop?
What is polymorphism used for?
#include
What is abstraction in oops with example?
What is the benefit of oop?
write string class as your own class in java without using any built-in function
What is difference between oop and pop?
What is solid in oops?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is the difference between inheritance and polymorphism?
c++ program to swap the objects of two different classes
Why do we need polymorphism in c#?
What is class and example?
Is react oop?
what are the realtime excercises in C++?