describe private access specifiers?
No Answer is Posted For this Question
Be the First to Post Answer
catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
Types of storage and scope of each type
What are friend classes? What are advantages of using friend classes?
What is a virtual destructor? Explain the use of it?
Can we define a constructor as virtual in c++?
How do you declare a set in c++?
What is implicit pointer in c++?
What are Binay tress and B trees? Diff between them?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Will a catch statement catch a derived exception if it is looking for the base class?
What are stacks?