|
Question |
Rating |
View Answer |
 |
What is Memory alignment?? |
|
View Answer |
 |
What are the conditions that have to be met for a condition to be an invariant of the class?
|
|
View Answer |
 |
What are static members and static functions? |
|
View Answer |
 |
Why is Standard Template Library used? |
|
View Answer |
 |
Write a program that ask for user input from 5 to 9 then calculate the average
|
|
View Answer |
 |
What does extern mean in a function declaration?
|
|
View Answer |
 |
What is the dangling pointer in c++
|
|
View Answer |
 |
What are storage qualifiers in C++ ? |
|
View Answer |
 |
What are proxy objects?
|
|
View Answer |
 |
What is difference between shallow copy and deep copy? Which is default? |
|
View Answer |
 |
What is abstraction? |
|
View Answer |
 |
You’re given a simple code for the class BankCustomer. Write the following functions ...
You’re given a simple code for the class BankCustomer. Write the following functions: * Copy constructor * = operator overload * == operator overload * + operator overload (customers’ balances should be added up, as an example of joint account between husband and wife)
|
|
View Answer |
 |
How do you know that your class needs a virtual destructor?
|
|
View Answer |
 |
What do you mean by inheritance?
|
|
View Answer |
 |
How do you link a C++ program to C functions?
|
|
View Answer |
 |
How do you decide which integer type to use?
|
|
View Answer |
 |
What is an action class? |
|
View Answer |
 |
When do use "const" reference arguments in function?
|
|
View Answer |
 |
What are the defining traits of an object-oriented language?
|
|
View Answer |
 |
What are proxy objects?
|
|
View Answer |