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 we call c++ is object oriented lanaguage

Answers were Sorted based on User's Feedback



why we call c++ is object oriented lanaguage..

Answer / madhu kalla

if a language (supports)follows ObjectOrientedProgramming
concepts we can say it is a Object Oriented Programming.

Object Oriented Programing Concepts are:
1.class
2.object
3.Data Abstraction
4.Encapsulation
5.Polymorphism
6.Inheritnace
7.Message Communication

Is This Answer Correct ?    57 Yes 4 No

why we call c++ is object oriented lanaguage..

Answer / viji

Since it obeys OOPs concepts,it is said to be object
oriented language....

Is This Answer Correct ?    19 Yes 10 No

why we call c++ is object oriented lanaguage..

Answer / pritesh

bcos c++ use the whole concept of oops.
and other important thing is that c++ use object
programming language .which makes it close to real
world.thats why c++ is object oriented language.

Is This Answer Correct ?    6 Yes 2 No

why we call c++ is object oriented lanaguage..

Answer / arpit singhal

because c++ language use the concept of oop's like classes,
inheritence, ploymorphism, opertator overloading etc. but
it is not a pure object oriented language.

Is This Answer Correct ?    4 Yes 0 No

why we call c++ is object oriented lanaguage..

Answer / t.ramu(9703233794)

Because of the entire code in the program is depend upon
the object only,through the object only we can call the
data and the normal methods/functions.

Is This Answer Correct ?    1 Yes 0 No

why we call c++ is object oriented lanaguage..

Answer / kramanareddy

c++ is not pure object oriented because it has one function
is friend function it can access private data but it can
suppot some concepets in opps

Is This Answer Correct ?    1 Yes 0 No

why we call c++ is object oriented lanaguage..

Answer / raman sharma

firstly we make to a class just a example we make addition
class then we make to object "s2" then we write
{
s2.addition(parameter);
}

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More OOPS Interview Questions

What is encapsulation with real life example?

0 Answers  


What is multiple inheritance ?

17 Answers   Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,


write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

0 Answers  


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

0 Answers  


write a c++ program to find maximum of two numbers using inline functions.

3 Answers   IBM,


What is encapsulation oop?

0 Answers  


What is class and object in oops?

0 Answers  


What is interface? When and where is it used?

0 Answers  


What is Virtual Keyword?

9 Answers   IBM, NA,


What are functions in oop?

0 Answers  


explain the concepts of oops?

1 Answers  


the difference between new and malloc

5 Answers   Siemens,


Categories