Answer Posted / jawahar
inheritance means using the some of properties of
superclass in the subclass..Something like method and
functions and member functions.
Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is the use of private constructor in c#?
What are the classes contained in a single .NET DLL ?
How a two-dimensional array declared in C#?
Is string null or empty?
What is connection pooling in ado.net?
What is event and delegates in c#?
What are the types of constructors?
The int maps to which C# keyword in .NET type?
What is string method in c#?
What is window application in c#?
Why do we use abstract class in c#?
In dynamic link library, which api is used for load library?
How many parameters can a method have c#?
What are generations and how are they used by the garbage collector?
Why we use get set property in c#?