C# Inheritance Aptitude Questions and Answers | Set 4

C# Inheritance Aptitude Questions | Set 4: This section contains aptitude questions and answers on C# Inheritance.
Submitted by Nidhi, on April 14, 2020

1) Can we implement "hybrid inheritance" without using an interface?
  1. Yes
  2. No

2) Can we implement "hierarchal inheritance" without using the interface?
  1. Yes
  2. No

3) Which is the default superclass of all user-defined class?
  1. Super
  2. Class
  3. Object
  4. Extend

4) Is it true that, a super can have multiple subclasses, but every subclass has only one superclass?
  1. True
  2. False

5) The private members of the superclass can be inherited to subclass?
  1. Yes
  2. No





Comments and Discussions!

Load comments ↻





Copyright © 2024 www.includehelp.com. All rights reserved.