Explore topic-wise MCQs in Object Oriented Programming Using C++.

This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your Object Oriented Programming Using C++ knowledge and support exam preparation. Choose a topic below to get started.

1.

Number class can t manipulate ____________________

A. Integer values
B. Float values
C. Byte values
D. Character values
Answer» E.
2.

Which statement is true for the Array class?

A. Arrays can have variable length
B. The length array can be changed
C. Each class has an associated Array class
D. Arrays can contain different type of values
Answer» D. Arrays can contain different type of values
3.

What is the InputStream class meant for?

A. To handle all input streams
B. To handle all output streams
C. To handle all input and output streams
D. To handle only input from file
Answer» B. To handle all output streams
4.

What doesn t inbuilt classes contain?

A. Function prototype
B. Function declaration
C. Function definitions
D. Objects
Answer» D. Objects