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


Please Help Members By Posting Answers For Below Questions

What is the real time example of inheritance?

643


What is meant by oops concept?

612


Why multiple inheritance is not allowed?

584


hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.

1541


What is an interface in oop?

595






How does polymorphism work?

635


2. Give the different notations for the class.\

1593


Describe these concepts: Polymorphism, Inheritance and Abstraction.

614


Write a program to sort the number with different sorts in one program ??

1920


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1395


Why do while loop is used?

577


What is polymorphism what is it for and how is it used?

576


Explain the concepts involved in Object Oriented programming.

639


How do you achieve polymorphism?

618


Get me an image implementation program.

1559