Exam
Adept.com
Home
About Us
Contact
🏠 Home
Inheritance
Inheritance
Exercise: Inheritance
📂 Inheritance
✅
Questions for: Inheritance
Creating a derived class from a base class requires fundamental changes to the base class.
A:
True
B:
False
C:
D:
Answer:
B
No answer description is available.
Let's discuss.
Discuss About this Question.
Post
There is no multiple inheritance in C#.NET. That is, a class cannot be derived from multiple base classes.
A:
True
B:
False
C:
D:
Answer:
A
No answer description is available.
Let's discuss.
Discuss About this Question.
Post
A class
D
can be derived from a class
C
, which is derived from a class
B
, which is derived from a class
A
.
A:
True
B:
False
C:
D:
Answer:
A
This is known as multiple levels of inheritance.
Discuss About this Question.
Post
Private members of base class cannot be accessed by derived class member functions or objects of derived class.
A:
True
B:
False
C:
D:
Answer:
A
No answer description is available.
Let's discuss.
Discuss About this Question.
Post
The size of a derived class object is equal to the sum of sizes of data members in base class and the derived class.
A:
True
B:
False
C:
D:
Answer:
A
No answer description is available.
Let's discuss.
Discuss About this Question.
Post
Ad Slot (Above Pagination)
‹ Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Next ›
Install ExamAdept
Fast access — add this app to your device.
Install
✕
To install on iPhone/iPad: tap Share →
Add to Home Screen
.
Quiz
Discuss About this Question.