Tuesday, 1 October 2019

C# Oop's Questions

1.What is Class?

2.What is an Object?

3.Explain : Method OverLoading ?

4.Explain : Method OverRiding ?

5.Diff : Interface Vs Abstract Class

6.Diff : Struct Vs Class

7.Diff : Value Vs Reference Type?

8.What is EnCapsulation ?

9.What is Abstraction ?

10.What is Inheritance ? Explain its Types

11.What is an Interface?

12.Explain : 4 Pillars of OOPS

13.Explain about Solid Principles

14.What is Abstract Class?

15.What is Method Hiding ?

16.Different ways a Method can be OverLoaded?

17.Diff : OverLoading Vs OverRiding.

18.Explain Sealed Class in C# ?

19.Do Struct have Constructors ? Whether it supports Inheritance ?

20.When do u generally use a class over struct ?