Answer Posted / 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 |
Post New Answer View All Answers
What is the problem with multiple inheritance?
which feature are not hold visual basic of oop?
What is persistence in oop?
When not to use object oriented programming?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Write a c++ program to display pass and fail for three student using static member function
What is byval and byref? What are differences between them?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Why it is called runtime polymorphism?
Can a destructor be called directly?
What are constructors in oop?
What is polymorphism explain its types?
What is solid in oops?
Is oop better than procedural?
What is encapsulation with example?