C++
Test
Model Test
Ebook
Index
C++ Home
Basic
31
Input and Output
3
Class and Object
12
OOP
4
Libraries and Namespaces
2
Data Structure
1
Schools
Ebook
Question:
For which type of class private and protected members of the class can be accessed from outside the same class in which they are declared?
A
Friend
B
Static
C
Virtual
D
No such class exist
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following cannot be inherited form the base class?
A
Constructor
B
Friend function
C
Both Constructor and Friend cannot be inherited
D
Static member function
Note:
Not available
Show answer
Show Note
Report
Question:
Which type of class has only one unique value for all the objects of that same class?
A
this
B
friend
C
static
D
this and friend
Note:
Not available
Show answer
Show Note
Report
Question:
If a class x needs to be derived from a class y, which of the following ways is correct to do so?
A
class x: public y
B
class y: public x
C
class x derives public y
D
class y derives public x
Note:
Not available
Show answer
Show Note
Report
Question:
By default, all members of a class have _____ access for all its members.
A
public
B
protected
C
private
D
no access
Note:
Not available
Show answer
Show Note
Report
Question:
#if or #elif can be used to evaluate
A
Constant expressions
B
Macro expressions
C
None
D
Both constant and macro expressions
Note:
Not available
Show answer
Show Note
Report
Question:
Under what conditions a destructor destroys an objects?
A
Scope of existence has finished
B
Object dynamically assigned and it is released using the operator delete.
C
Program terminated.
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
What is constructor?
A
A class automatically called whenever a new object of this class is created.
B
A class automatically called whenever a new object of this class is destroyed.
C
A function automatically called when a new object of this class is created.
D
A function automatically called whenever a new object of this class is destroyed.
Note:
Not available
Show answer
Show Note
Report
Question:
What is virtual member?
A
A member of a friend class that can be redefined in its derived classes.
B
A member of a virtual class that cannot be redefined in its derived classes.
C
A member of a static class that can be redefined in its derived classes.
D
A member of a class that can be redefined in its derived classes.
Note:
Not available
Show answer
Show Note
Report
Question:
Which operator is used to define a member of a class from outside the class definition itself?
A
::
B
:
C
>>
D
<<
Note:
Not available
Show answer
Show Note
Report
First
Prev
2
3
4
5
6
Next
Last
/6
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2025. Powered by
Intellect Software Ltd