What is a derived class in c#?



What is a derived class in c#?..

Answer / Aadesh Kumar

A derived class in C# is a class that inherits properties and methods from another class, called the base class. Derived classes can override or extend the functionality of the base class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are All kind of access specifiers for a class and for methods

1 Answers  


What is tryparse c#?

1 Answers  


Which is faster abstract class or interface in c#?

1 Answers  


What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?

1 Answers  


main concept of c sharp

3 Answers  


What is the difference between integer and double?

1 Answers  


In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?

1 Answers  


What is a int in c#?

1 Answers  


How do destructors and garbage collection work in c#?

1 Answers  


What are custom attributes in c#?

1 Answers  


What is difference between first and firstordefault?

1 Answers  


How to reduce image resolution in C#?

1 Answers   IBM,


Categories