why c++ is called OOPS?
waht is inherutance?
what is compiler?
Answer Posted / srividhya
C++ is called oops because the variables we create are
called objects, and the program is fully dependent on the
object we created
Inheritance means we can create more class from single class
like a parent class and child class, but the child class
will have the features of parent class. Deriving morethan
classes from a main class is called inheritance
A compiler is that which is used to compile the program and
transfers the user defined language to computer language
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What causes polymorphism?
What are the benefits of interface?
What is inheritance in simple words?
Why is polymorphism important in oop?
What is the importance of oop?
to find out the minimum of two integer number of two different classes using friend function
What are the benefits of polymorphism?
What is abstraction example?
How oops is better than procedural?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is oops concept with example?
Why do we need oop?
What is difference between abstraction and encapsulation?
What is the example of polymorphism?
What is for loop and its syntax?