why we call c++ is object oriented lanaguage
Answers were Sorted based on User's Feedback
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 |
Answer / viji
Since it obeys OOPs concepts,it is said to be object
oriented language....
| Is This Answer Correct ? | 19 Yes | 10 No |
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 |
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 |
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 |
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 |
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 |
what is a virtual class?
5 Answers Cap Gemini, IBM, Infosys, Trinity Technologies,
What is the point of oop?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
What do you mean by overloading?
What is oop in simple words?
what is the need of abstraction? what is abstraction?what is the abstraction for stack?
What is nutshell in programming language?
1 Answers Satyam, Tech Mahindra,
Difference ways of Polymorphism?
What is object in oop?
What is class encapsulation?
What is the purpose of enum?