what is the main difference between c and c++?
Answer Posted / rohit singh
c++ is advance version of c.
In c security is less as compare of c++
In c progarm is difficult as compare to c++.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is an interface in 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?
What is the highest level of cohesion?
Is enum a class?
What is the point of polymorphism?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Why is oop useful?
What is the real time example of inheritance?
What is inheritance and how many types of inheritance?
Can an interface inherit a class?
What is object in oop?
What is abstraction encapsulation?
What is an advantage of polymorphism?
What is encapsulation oop?