Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


why c++ is called OOPS?
waht is inherutance?
what is compiler?

Answers were Sorted based on User's Feedback



why c++ is called OOPS? waht is inherutance? what is compiler? ..

Answer / 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

why c++ is called OOPS? waht is inherutance? what is compiler? ..

Answer / 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

why c++ is called OOPS? waht is inherutance? what is compiler? ..

Answer / 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

why c++ is called OOPS? waht is inherutance? what is compiler? ..

Answer / aswani

c++ supports the concepts of oops concepts like object, class, abstraction and encapsulaton, polymorphism, inheritance.

Inheritance is the process by which the objects of one class acquire the properties of objects of another class....

Compiler is a computer program that transforms source code writen in a computer language into a machine language...

Is This Answer Correct ?    8 Yes 0 No

why c++ is called OOPS? waht is inherutance? what is compiler? ..

Answer / mittal

c++ is Object Oriented language.... it means in c++ we can
bind data and function together, to access that we need
Object.... Object is basically just Vehicle to take our
goods like our variable and data ....it basically makes like
thats way that it is totally based on Object thats why its
called OBJECT ORIENTED Lan...

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More OOPS Interview Questions

Why is abstraction used?

0 Answers  


In multilevel inheritance constructors will be executed from the .... class to ... class

2 Answers   ABCO, TCS,


You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.

10 Answers   Zycus Infotech,


What do we mean by a hidden argument in a function?

1 Answers   TCL,


what is the need of abstraction? what is abstraction?what is the abstraction for stack?

8 Answers   CTS, Verizon,


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

0 Answers  


what is the definition of incapsulation

2 Answers  


Is abstract thinking intelligence?

0 Answers  


What is encapsulation c#?

0 Answers  


What is Method overloading?

5 Answers  


what is new modifier in C#

8 Answers   HCL,


What is the benefit of oop?

0 Answers  


Categories