Menu mobile
Home
Programming
Python Tutorial
Java Tutorial
C Tutorial
C++ Tutorial
Web Technology
HTML
CSS
Java Script
PHP
React JS
Node JS
Assignment
MS Office
HTML
CSS
Bootstrap
Java Script
JQuery
AngularJs
Project
Blog
QUIZ ON : java - JAVA OBJECT ORIENTED PROGRAMMING
JAVA OBJECT ORIENTED PROGRAMMING
00:00:00
English
Hindi
Question No# :
01
out of 24
Which statement about objects is true?
ऑब्जेक्ट के बारे में कौन सा कथन सत्य है?
A.
One object is used to create one class.
One object is used to create one class.
B.
One class is used to create one object.
One class is used to create one object.
C.
One object can create many classes.
One object can create many classes.
D.
One class can create many objects.
One class can create many objects.
Question No# :
02
out of 24
Hiding the complexity in program is known as
प्रोग्राम में जटिलता को छुपाना कहलाता है
A.
Abstraction
Abstraction
B.
Encapsulation
Encapsulation
C.
Data hiding
Data hiding
D.
Composition
Composition
Question No# :
03
out of 24
An object is represented by two attributes, out of which one is characteristics and the other one is
किसी वस्तु को दो विशेषताओं द्वारा दर्शाया जाता है, जिनमें से एक विशेषता है और दूसरी विशेषता है
A.
Behaviour
Behaviour
B.
Situation
Situation
C.
Abstraction
Abstraction
D.
Encapsulation
Encapsulation
Question No# :
04
out of 24
In a class, encapsulating an object of another class is called
In a class, encapsulating an object of another class is called
A.
Composition
Composition
B.
Inheritance
Inheritance
C.
Encapsulation
Encapsulation
D.
None
None
Question No# :
05
out of 24
What is meant by state of an object?
किसी वस्तु की अवस्था से क्या तात्पर्य है?
A.
Functions of the object
Functions of the object
B.
Data Members of the object
Data Members of the object
C.
Content of an object
Content of an object
D.
All of these
All of these
Question No# :
06
out of 24
Polymorphism types in Java is/are
जावा में पॉलीमॉरफिस्म प्रकार है/हैं
A.
Compile time
Compile time
B.
Run time
Run time
C.
Both
Both
D.
None
None
Question No# :
07
out of 24
Name the art of implementing Encapsulation in Object Oriented Programming.
ऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग में एनकैप्सुलेशन लागू करने की कला का नाम बताइए।
A.
Polymorphism
Polymorphism
B.
Encapsulation
Encapsulation
C.
Abstraction
Abstraction
D.
class
class
Question No# :
08
out of 24
Exposing only necessary information to clients ( main programs, classes) is known as
ग्राहकों (मुख्य कार्यक्रमों, कक्षाओं) के लिए केवल आवश्यक जानकारी को उजागर करना के रूप में जाना जाता है
A.
Abstraction
Abstraction
B.
Encapsulation
Encapsulation
C.
Data hiding
Data hiding
D.
Hiding complexity
Hiding complexity
Question No# :
09
out of 24
Name the programming technique that specifies a series of well-structured steps and procedures within its programming context to compose a program.
उस प्रोग्रामिंग तकनीक का नाम बताइए जो एक प्रोग्राम बनाने के लिए उसके प्रोग्रामिंग संदर्भ के भीतर अच्छी तरह से संरचित चरणों और प्रक्रियाओं की एक श्रृंखला निर्दिष्ट करती है।
A.
Procedure Oriented Programming
Procedure Oriented Programming
B.
Modular Programming
Modular Programming
C.
Object Oriented Programming
Object Oriented Programming
D.
None of these
None of these
Question No# :
10
out of 24
Name the programming technique that implements programs as an organized collection of interactive objects.
उस प्रोग्रामिंग तकनीक का नाम बताइए जो प्रोग्राम को इंटरैक्टिव ऑब्जेक्ट के एक संगठित संग्रह के रूप में कार्यान्वित करती है।
A.
Procedure Oriented Programming
Procedure Oriented Programming
B.
Modular Programming
Modular Programming
C.
Object Oriented Programming
Object Oriented Programming
D.
None of these
None of these
Question No# :
11
out of 24
Which of the following is a type of polymorphism in Java?
निम्नलिखित में से कौन सा जावा में पॉलीमॉरफिस्म का एक प्रकार है?
A.
Compile time polymorphism
Compile time polymorphism
B.
Execution time polymorphism
Execution time polymorphism
C.
Multiple polymorphism
Multiple polymorphism
D.
Multilevel polymorphism
Multilevel polymorphism
Question No# :
12
out of 24
Name the programming technique that implements programs as an organised collection of interactive objects.
उस प्रोग्रामिंग तकनीक का नाम बताइए जो प्रोग्राम को इंटरैक्टिव ऑब्जेक्ट के एक संगठित संग्रह के रूप में कार्यान्वित करती है।
A.
Procedure Oriented Programming
Procedure Oriented Programming
B.
Modular Programming
Modular Programming
C.
Object Oriented Programming
Object Oriented Programming
D.
None of these
None of these
Question No# :
13
out of 24
What is the behaviour aspect of an object represented by?
किसी वस्तु का व्यवहार पहलू किसके द्वारा दर्शाया जाता है?
A.
Member Functions
Member Functions
B.
Data Members
Data Members
C.
Both a and b
Both a and b
D.
None of these
None of these
Question No# :
14
out of 24
Name the characteristics of Object Oriented Programming that hides the complexity and provides a simple interface.
ऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग की उन विशेषताओं का नाम बताइए जो जटिलता को छिपाती है और एक सरल इंटरफ़ेस प्रदान करती है।
A.
Encapsulation
Encapsulation
B.
Polymorphism
Polymorphism
C.
Abstraction
Abstraction
D.
Inheritance
Inheritance
Question No# :
15
out of 24
Which among the following modifier is used in a ‘class’?
निम्नलिखित में से किस संशोधक का उपयोग 'क्लास' में किया जाता है?
A.
public
public
B.
default
default
C.
Both a and b
Both a and b
D.
None of these
None of these
Question No# :
16
out of 24
If you want to write multiple functions in a class with same name, then what Java feature will you use?
यदि आप एक क्लास में एक ही नाम से कई फ़ंक्शन लिखना चाहते हैं, तो आप किस जावा फीचर का उपयोग करेंगे?
A.
Function overriding
Function overriding
B.
Encapsulation
Encapsulation
C.
Function overloading
Function overloading
D.
None
None
Question No# :
17
out of 24
Name the characteristics of Object Oriented Programming that hides the complexity and provides a simple interface
ऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग की उन विशेषताओं का नाम बताइए जो जटिलता को छिपाती है और एक सरल इंटरफ़ेस प्रदान करती है
A.
Encapsulation
Encapsulation
B.
Polymorphism
Polymorphism
C.
Abstraction
Abstraction
D.
Inheritance
Inheritance
Question No# :
18
out of 24
For Cat and Animal class, correct way of inheritance in java is
बिल्ली और पशु वर्ग के लिए, जावा में वंशानुक्रम का सही तरीका है
A.
class Cat extends Animal
class Cat extends Animal
B.
class Animal extends Cat
class Animal extends Cat
C.
Both are correct way
Both are correct way
D.
None is correct way
None is correct way
Question No# :
19
out of 24
When does method overloading is determined?
मेथड ओवरलोडिंग कब निर्धारित की जाती है?
A.
At run time
At run time
B.
At compile time
At compile time
C.
At coding time
At coding time
D.
At execution time
At execution time
Question No# :
20
out of 24
A ____ is a template that binds together data and methods together
____ एक टेम्पलेट है जो डेटा और विधियों को एक साथ जोड़ता है
A.
Class
Class
B.
Object
Object
C.
Method
Method
D.
None of these
None of these
Question No# :
21
out of 24
Which of the following is not OOPS concept in Java?
निम्नलिखित में से कौन जावा में OOPS अवधारणा नहीं है?
A.
Inheritance
Inheritance
B.
Encapsulation
Encapsulation
C.
Polymorphism
Polymorphism
D.
Compilation
Compilation
Question No# :
22
out of 24
What is the ability of an object to take on many forms called?
किसी वस्तु की अनेक रूप धारण करने की क्षमता को क्या कहते हैं?
A.
Polymorphism
Polymorphism
B.
Encapsulation
Encapsulation
C.
Abstraction
Abstraction
D.
Inheritance
Inheritance
Question No# :
23
out of 24
Which among the following operator is used to access individual members of an object?
किसी ऑब्जेक्ट के व्यक्तिगत सदस्यों तक पहुँचने के लिए निम्नलिखित में से किस ऑपरेटर का उपयोग किया जाता है?
A.
. (dot)
. (dot)
B.
+ (plus)
+ (plus)
C.
– (minus)
– (minus)
D.
/ (divide)
/ (divide)
Question No# :
24
out of 24
What is the term that is used to represent hierarchical relationship of generalization?
वह कौन सा शब्द है जिसका उपयोग सामान्यीकरण के पदानुक्रमित संबंध को दर्शाने के लिए किया जाता है?
A.
Polymorphism
Polymorphism
B.
Encapsulation
Encapsulation
C.
Abstraction
Abstraction
D.
Inheritance
Inheritance
Latest Current Affairs 2024
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test 2024
Python Programming Tutorials
Best Computer Training Institute in Prayagraj (Allahabad)
Best Java Training Institute in Prayagraj (Allahabad)
Best Python Training Institute in Prayagraj (Allahabad)
O Level Online Test in Hindi
Bank SSC Railway TET UPTET Question Bank
career counselling in allahabad
Sarkari Naukari Notification
Best Website and Software Company in Allahabad
Sarkari Exam Quiz