what is the main difference between c and c++?
Answer Posted / ankush goyal
in c++ ,for solabe the problams in progam, we can devide
the progarm into samal parts. its easy way to found the
problams in program.but in c it can not do.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is constructor in oop?
Is enum a class?
• What are the desirable attributes for memory managment?
What is abstraction in oop with example?
Please send ford technologies placement paper 2 my mail id
Why is polymorphism used?
What does sksksk mean in text slang?
Can we create object of abstract class?
What are the advantages of polymorphism?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
How is class defined?
c++ program to swap the objects of two different classes
How Do you Code Composition and Aggregation in C++ ?
can inline function declare in private part of class?