what is the main difference between c and c++?
Answer Posted / ram
hitesh
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
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
what are the different types of qualifier in java?
Can main method override?
What is overloading in oop?
What are the 5 oop principles?
• What are the desirable attributes for memory managment?
What is multilevel inheritance?
What is object and example?
Why do we use class in oops?
What is the real time example of encapsulation?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
explain sub-type and sub class? atleast u have differ it into 4 points?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is the fundamental idea of oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?