what is the main difference between c and c++?

Answer Posted / chitranjan

in c++ security is more than c.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is this job good for future? can do this job post grduate student?

1694


Why do we use oop?

605


Why do we use polymorphism?

579


What is the main feature of oop?

622


What is the point of polymorphism?

590






What is an advantage of polymorphism?

597


Can we override main method?

609


What is a class in oop?

606


Where You Can Use Interface in your Project

1429


What are the three main types of variables?

602


Whats oop mean?

599


What are constructors in oop?

598


hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.

1543


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6155


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

1702