why c++ is called OOPS?
waht is inherutance?
what is compiler?
Answer Posted / nikhita
Basically c++ is know as object oriented programing
language because,the variables we declare are known as
objects,and moreover the progrmas we write are dependent on
the objects we create.
Inheritance means to extract features from one class to
creare another new class
the extract class is know as base class and the extacted
class is known as derived class.The derived class has all
the features of both the classes.Mainly the inheritance is
used to aviod the redundant code from several classes.
compiler is a program used to convert the data written in
computer language into user defined language.It gives the
o/p which is converted into the userdefined language.
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
How oops is better than procedural?
Can we create object of abstract class?
What is persistence in oop?
What is destructor example?
What is the important feature of inheritance?
What is solid in oops?
What is the problem with multiple inheritance?
Why multiple inheritance is not allowed?
What is a class in oop?
Why interface is used?
What is for loop and its syntax?
Why is there no multiple inheritance?
What is coupling in oops?
What is encapsulation selenium?
What is inheritance in oop?