This Object Oriented Programming Quiz assesses key concepts such as composition, object usage, constructors, singleton classes, and dynamic binding in C++. It is designed to enhance understanding and application skills in OOP, crucial for software development.
Class is an instance of object.
Object is an instance of a class.
Class is an instance of data type.
Object is an instance of data type.
Rate this question:
Abstarction
Inheritence
Dynamic Binding
Encapsulation
Rate this question:
<<
>>
+
=
Rate this question:
Compiler reports an error on compilation.
Only base class function will get called irrespective of object.
Only derived class function will get called irrespective of object.
Base class object will call base class function and derived class object will call derived class function.
Rate this question:
Copy constructor
Default constructor
Friend constructor
Parameterized constructor
Rate this question:
Abstract
Virtual
Singleton
Friend
Rate this question:
1
2
3
4
Rate this question:
Multiple
Multilevel
Distributive
Hierarchical
Rate this question:
Data hiding
Dynamic binding
Dynamic loading
Dynamic typing
Rate this question:
Using c++ tables
Using virtual tables
Using indexed virtual table
using polymorphic tables
Rate this question:
This->x
This.x
*this.x
*this-x
Rate this question:
A static member function can access only static data members of a class.
A static data member is shared among all the object of the class.
A static data member can be accessed directly from main().
A static member function can access only static data members of a class and A static data member is shared among all the object of the class.
Rate this question:
Classes cannot have data as protected members.
Structures can have functions as members.
Class members are public by default.
Structure members are private by default.
Rate this question:
Protected
Public
Private
Rate this question:
Operator
Function
Macro
Object
Rate this question:
Public data members
Private data member
Protected Data members
Member Function
Rate this question:
Const int ShowData(void) { /* statements */ }
Int const ShowData(void) { /* statements */ }
Int ShowData(void) const { /* statements */ }
Both A and B
Rate this question:
Encapsulation
Inheritance
Composition
Abstraction
Rate this question:
Only 1 is true
Only 2 is true
Both 1 and 2 are true
Both are false
Rate this question:
Quiz Review Timeline (Updated): May 27, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Advance C++:1st Quiz Structured Vs OOP Languages
This quiz titled 'advance c++:1st Quiz structured vs OOP languages' assesses understanding between structured and OOP languages. It covers key concepts like modular programming,...
Questions:
10 |
Attempts:
79 |
Last updated:
Mar 17, 2023
|
Quiz - OOPS & OOAD
Explore fundamental concepts of Object-Oriented Programming and Design through this engaging quiz. Assess your understanding of base classes, structures, operator overloading,...
Questions:
10 |
Attempts:
355 |
Last updated:
Mar 30, 2023
|
Class And Object In JAVA Quiz
Java is a class-based, object-based programming language that is designed to create desktop and mobile apps. Along with that, it is also used for big data processing and system...
Questions:
10 |
Attempts:
2512 |
Last updated:
Nov 30, 2022
|
Object Oriented Programming With C++
Explore key concepts of Object Oriented Programming in C++ through this interactive assessment. Cover topics from basic syntax to advanced principles like inheritance and...
Questions:
20 |
Attempts:
280 |
Last updated:
Mar 17, 2023
|
10th Elementary Concepts Of Objects And Classes-By Parvathy M
This quiz, crafted by Parvathy M, delves into elementary concepts of objects and classes in programming. It assesses understanding through definitions, class structure analysis,...
Questions:
7 |
Attempts:
84 |
Last updated:
Mar 20, 2023
|
|
Object Oriented Programming Using Java - BCA
This quiz focuses on Object Oriented Programming using Java, assessing knowledge on GUI packages, access specifiers, interface implementation, and debugging. It's designed for BCA...
Questions:
25 |
Attempts:
103 |
Last updated:
Aug 24, 2023
|
Wait!
Here's an interesting quiz for you.