why c++ is called OOPS?
waht is inherutance?
what is compiler?
Answer Posted / 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 View All Answers
what are the ways in which a constructors can be called?
Why oops is important?
What is use of overloading?
What are different oops concepts?
What is overloading in oop?
Can a destructor be called directly?
what is difference between class template and template class?
What is the important feature of inheritance?
What does and I oop and sksksk mean?
Write a program to reverse a string using recursive function?
What are the data types in oop?
write a program to find 2^n+1 ?
What is encapsulation with example?
What is class and object in oops?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)