OOPS Concepts Questions And Answers.
Exercise ::
OOPS Concepts
1. | Which of the following type of class allows only one object of it to be created? |
| |
| A. | Friend class |
| B. | Singleton class |
| C. | Abstract class |
| D. | Virtual class |
|
|
Published by:Michael Daani
2. | Which of the following is not a type of constructor? |
| |
| A. | Parameterized constructor |
| B. | Default constructor |
| C. | Friend constructor |
| D. | Copy constructor |
|
|
Published by:Michael Daani
3. | Which of the following statements is correct? |
| |
| A. | Pointer to base class cannot be created. |
| B. | Pointer to derived class cannot be created. |
| C. | Derived class pointer cannot point to base class. |
| D. | Base class pointer cannot point to derived class. |
|
|
Published by:Michael Daani
4. | Which of the following is not the member of class? |
| |
| A. | Virtual function |
| B. | Const function |
| C. | Friend function |
| D. | Static function |
|
|
Published by:Michael Daani
5. | Which of the following concepts means determining at runtime what method to invoke? |
| |
| A. | Data hiding |
| B. | Dynamic Typing |
| C. | Dynamic binding |
| D. | Dynamic loading |
|
|
Published by:Michael Daani