Toggle Navigation
Games
Blog
Class PIN
Join for Free
Sign in
Toggle Navigation
Games
PIN
Join for Free
Blog
Pricing
Contact us
Help center
Sign in
Study
Elementary Concept of Object and Class (Grade 9)
0
%
0
0
0
Back
Restart
Class is a _____________ define datatype.
user
Oops!
Okay!
___________ is the other name of data members.
attribute,characteristics
Oops!
Okay!
The class is a _____________________ for the objects.
Blueprint /Template
Oops!
Okay!
Write a Java statement to create an object S1 for a class Student.
Student S1 = new Student();
Oops!
Okay!
______________ is an example of non-primitive datatype.
Class
Oops!
Okay!
The object is also known as ___________ of a class
instance
Oops!
Okay!
The __________________ can be refer as object factory.
Class
Oops!
Okay!
Can a class have more than one object? (Yes/No)
Yes
Oops!
Okay!
True or False: An object is a blueprint of a class.
False
Oops!
Okay!
The ____________ is a real entity having characteristics and behaviour.
Object
Oops!
Okay!
____________ keyword is used foe dynamic memory allocation.
Oops!
Okay!
How many objects can be created from a class?
As many as you want, Infinite
Oops!
Okay!
_____________ is example of primitive data type
String, int, double,
Oops!
Okay!
Write a Java statement to create an object p1 for a class parking
parking p1 = new parking ()
Oops!
Okay!
The process of creating an object is known as _______________
instantiation.
Oops!
Okay!
Your experience on this site will be improved by allowing cookies.
Allow cookies