|
Related Questions |
View Answer |
|
Define a constructor - What it is and how it might be called (2 methods).
|
View Answer
|
|
Anything wrong with this code? T *p = 0; delete p;
|
View Answer
|
|
Anything wrong with this code? T *p = new T[10]; delete p;
|
View Answer
|
|
What is an orthogonal base class?
|
View Answer
|
|
What is an adaptor class or Wrapper class?
|
View Answer
|
|
What is the dangling pointer in c++
|
View Answer
|
|
What is a mixin class?
|
View Answer
|
|
What is a concrete class?
|
View Answer
|
|
What is the handle class?
|
View Answer
|
|
What is an action class?
|
View Answer
|
|
When can you tell that a memory leak will occur?
|
View Answer
|
|
What is a parameterized type?
|
View Answer
|
|
Differentiate between a deep copy and a shallow copy?
|
View Answer
|
|
What is an opaque pointer?
|
View Answer
|
|
What is a smart pointer?
|
View Answer
|
|
What is cloning?
|
View Answer
|
|
Describe the main characteristics of static functions.
|
View Answer
|
|
Will the inline function be compiled as the inline function always? Justify.
|
View Answer
|
|
Define a way other than using the keyword inline to make a function inline.
|
View Answer
|
|
How can a '::' operator be used as unary operator?
|
View Answer
|