Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
CPP 4
Next »
OOPs allows decomposition of problem into number of entities. It is called as ____________
Options
- class
- method
- object
- none of these
CORRECT ANSWER : object
Discussion Board
Oops
Dinesh Singh
Dinesh Singh 03-21-2021 02:15 PM
C++ - Classes and Objects
OOP allows decomposition of a problem into a number of entities called
objects
and then builds data and functions around these objects. Object Oriented Programming (OOP) is a programming model where programs are organized around objects and data rather than action and logic. Objects are the basic run-time entities of an object oriented system. They may represent a person, a place or any item that the program must handle.
Prajakta Pandit 01-26-2017 10:50 PM
Explanation.
Answer : object.
An object is created from a class. We declare objects of a class with exactly the same sort of declaration that we declare variables of basic types.
Jayesh Sonar 02-24-2015 06:58 AM
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
C test (42)
C (12)
C++ for beginners (10)
C++ (20)
C++ (24)
C++ (18)
C++ (14)
C++ (12)
C++ (15)
C++ (15)
Data structure (20)
Data structure (10)
Data structure (10)
Data structure (10)
PERL (25)
VC++ (11)
Oops (30)
Mainframe (41)
Mainframe (15)
Embedded systems (15)
OOAD (49)
Advertisement
▲