McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Computer Science Engineering (CSE)
→
C# Programming
→
Unit 3
→
Inheritance is ______ in nature.
Q.
Inheritance is ______ in nature.
A.
Commutative
B.
Associative
C.
Transitive
D.
Iterative
Answer» C. Transitive
1.6k
0
Do you find this helpful?
18
View all MCQs in
C# Programming
Discussion
No comments yet
Login to comment
Related MCQs
Which of the following can be facilitated by the Inheritance mechanism? 1. Use the existing functionality of base class. 2. Overrride the existing functionality of base class. 3. Implement new functionality in the derived class. 4. Implement polymorphic behaviour. 5. Implement containership.
Which of the following can be facilitated by the Inheritance mechanism? 1 Use the existing functionality of base class. 2 Overrride the existing functionality of base class. 3 Implement new functionality in the derived class. 4 Implement polymorphic behaviour. 5 Implement containership.
How can you prevent inheritance from a class in C#.NET ?