C++ Multiple Choice Questions
- Which of the following operator(s) cannot be overloaded?
- . (Member Access or Dot operator)
- ?: (Ternary or Conditional Operator )
- :: (Scope Resolution Operator)
- All of the above
Added By : Shradha
- Which of the following cannot be passed to a function in C++?
- Constant
- Structure
- Array
- Header file
Added By : Kaur
- Which of the following storage classes have global visibility in C++?
- Register
- Static
- Auto
- Extern
Added By : Deepak
- When a method in a subclass has the same name and type signatures as a method in the superclass, then the method in the subclass _____ the method in the super class.
- Overloads
- Friendships
- Inherits
- Overrides
Added By : Rahul
- Which of the following is not a member of class?
- Static function
- Friend function
- Const function
- Virtual function
Added By : Saurabh
- C++ can be said to be as C language with
- Structures
- Functions
- Classes
- Global data
Added By : Vijayy
- _________ allows to create classes which are derived from other classes, so that they automatically include some of its "parent's" members, plus its own members.
- Overloading
- Inheritance
- Polymorphism
- Encapsulation
Added By : Anshul
- Important advantage of using new and delete operators in C++ is
- Allocation of memory
- Frees the memory previously allocated
- Allocation of memory and frees the memory previously allocated
- Initialization of memory easily
Added By : Anshul
Also Exercise
Post Your Question
Social Sharing
Search
Articles
Recently Added Jobs
Rajasthan High Court - Jodhpur Recruitment 2017 for Civil Judges
Last Date: 21 December, 2017
Last Date: 21 December, 2017
WBSEDCL Recruitment - 2017 for Office Executive
Last Date: 16 May, 2017
Last Date: 16 May, 2017
RECRUITMENT OF PROBATIONARY OFFICERS IN STATE BANK OF INDIA
Last Date: 06 March, 2017
Last Date: 06 March, 2017
UPSC Combined Medical Services Examination 2015
Last Date: 10 April, 2015
Last Date: 10 April, 2015
UPSC Engineering Services Examination 2015
Last Date: 10 April, 2015
Last Date: 10 April, 2015