through classes we can create objects and we can implemented businessmathods.
in case of structres we can create streuctre variables but not methods this is the major difference
main difference b/w c and c++ is that c is procedural language whereas c++ is object oriented language also classes are not used in c but in c++ classes are used.
The main difference between a class and a structure is that structures are always public whereas classes are private by default. Classes give greater control as the interface can be engineered such that only code that requires access to specific class members gains that access. Everything else can be hidden within the class itself. Note that C does not support classes, period. Classes are only supported by C++. However C++ also supports C structures for backward compatibility with C-style code.
The difference between C and the advanced C is that C is basic. On the other hand, the advanced C is thorough and to the detail.
The C and C programming languages are one and the same. There is no difference between those languages.
ketchup!
The difference between 28°C and 25°C is 3°C. This means that 28°C is 3 degrees warmer than 25°C.
Microsoft Foundation Class Library is in fact used by VC++. MFC is an application framework that wraps portions of the Windows API in C++ classes, including functionality that enables them to use a default application framework.
The main difference is in between grade A,B & C IS THE CARBON CONTAIN OF THE MATERIALS.
the answer is 304C
There is no objects in C.
Direct base classes are those that are specified in a derived class' inheritance declaration. Indirect base classes are those that are inherited via the direct base classes. class A{}; class B : public A{}; class C : public B{}; With respect to C, B is direct while A is indirect. With respect to B, A is direct.
Nothing.