What is base class in c#?



What is base class in c#?..

Answer / Md Siraj Ansari

In C#, a base class is a class from which another class (derived class) inherits properties and methods. The base class provides a foundation for the derived class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

how background thread access to ui control?

1 Answers   HCL,


What debugging tools come with the .NET ssSDK?

1 Answers   Siebel,


Is array thread safe c#?

1 Answers  


What is the difference between disposing of () and finalize() methods in c#?

1 Answers  


What are the different types of classes?

1 Answers  


In which format you can pass the value in the sleep function?

1 Answers  


What is the difference between integer and double?

1 Answers  


What is the function of .IsDescendent()?

1 Answers   Abacus,


What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to

1 Answers  


Is string immutable in c#?

1 Answers  


What is value type and reference type?

3 Answers   TCS,


Can we inherit singleton class in c#?

1 Answers  


Categories