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

me get an assignent n its question is this 1.creat a set as in math i.ea={1,2} 2.insert element in it3. delete element don,t repeat any element 4.union 5. intersection of two sets plz help me i always pray for u n send me at ayeshawzd@hotmail.com f u have c++ how to program 5th addition then it is the 10.9 question in 10th chapter exercise

1 Answers  


what is the difference between function template and template of function?explain with example.

2 Answers  


There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?

3 Answers   Microsoft,


Can main method override?

0 Answers  


i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.

1 Answers   Syntel,






Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.

1 Answers  


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

0 Answers  


What is virtual Function.

1 Answers   Wipro,


features of OOPS

22 Answers   Ness Technologies, Satyam,


What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.

2 Answers  


How to use CMutex, CSemaphore in VC++ MFC

0 Answers   Persistent, TCS,


what is ltti

1 Answers   Unisys,


Categories