what is the main difference between c and c++?
Answer Posted / chirag jobanputra
IN C,GLOBAL DECLARATION ISN'T POSSIBLE ANYWHERE BUT IN
C++,VARIABLES ARE DECLARED GLOBALLY.
| Is This Answer Correct ? | 21 Yes | 9 No |
Post New Answer View All Answers
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is object and example?
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.
class type to basic type conversion
What is advantage of inheritance?
What is pure oop?
What is overloading in oop?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
#include
Give two or more real cenario of virtual function and vertual object
What do you mean by Encapsulation?
hi all..i want to know oops concepts clearly can any1 explain??
Why do we need polymorphism in c#?
What does and I oop mean?
Can a destructor be called directly?