difference btw two type of declarationThanks!!
difference btw two type of declarationThank you everyone for your answers. [code] Base b; // First type Base b(); // Secon...
difference btw two type of declaration[code] Class Base { }; main() { Base b; [b]// First type[/b] Base b(); [b...
Difference of 32bit and 64bit applicationsok that means if we have not done any Mathmetical operation on pointers in code, then we don't have ...
why we use class in C++ ??@Somshekhar I am completely agree with (1). 2) Structure do support encapsulation in C++. 3) ...