A class is a(n)of an object O function O variable O pointer O None of these O in
ID: 3918596 • Letter: A
Question
A class is a(n)of an object O function O variable O pointer O None of these O instance blueprint D ??12 Inheritance means O hiding the internals of a class O creating an instance of a class O passing arguments to a function o a class is derived from another class o assigning an object of a subclass to a variable declared as super class D ??13 Information Hiding means passing arguments to a function creatin hiding the internals of a class assigning an object of a subclass to a variable declared as super class a class is derived from another class O O an instance of a classExplanation / Answer
Answer:
A class is a(n) blueprint of an object.
Your Answer is correct.
Question 12
Inheritance means a class is derived from another class.
Your Answer is correct.
A new class is derived from the original class. The Original class is called base class and the newly derived class is called sub class. The newly derived class acquires the properties of the base class. So, the new class has its own properties and gets the properties of base class.
Question 13
Infornation Hiding means hiding the internals of a class
Your Answer is correct.
Information hiding, which protects the data from direct modification by other parts of the program.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.