Is there something that we can do in C and not in C++?

Answer Posted / faisal saifi

C++ retained all features of C programming in addition of
object oriented programming that use OBJECT and a CLASS so
there is nothing that happen in C but not in C++;

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a list of string be stored within a two dimensional array?

745


Difference between pointer to constant vs. Pointer constant

794


What is the type of this pointer in c++?

811


Is it possible for a member function to use delete this?

763


What can I safely assume about the initial values of variables which are not explicitly initialized?

793






Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

853


describe private access specifiers?

834


Explain pass by value and pass by reference.

764


List the merits and demerits of declaring a nested class in C++?

775


What is the hardest coding language to learn?

773


How would you use the functions randomize() and random()?

814


Can a Structure contain a Pointer to itself?

778


Can I create my own functions in c++?

787


Define a conversion constructor?

795


what is the difference between overloading & overriding? give example.

762