Monday, 16 May 2011

Technical Interview C++ Interview Questions

1. What is a class? Ans: class is a user defined data type,in which data members and member functions are defined.A class can also be defined as a classification/category of objects that have similar attributes and behaviour.For example, Automobile is a category of objects that have similar attributes, such as wheels, engine, doors, shape, color, cylinders etc., and behaviours, such as start, run, move, turn etc. Car is an instance of automobile which has different values for the attributes (4 wheels, one engine, 2 or 4 doors, 4/6/8 cylinders, etc), http://materialsforjob.blogspot.com/ 2.What is public, protected, private? Ans: public, protected, private are access specifiers that is used to implement encapsulation of data at various level. Private: * Can be data or method...

Search here for "Freshers Jobs"