Answer Posted / nashiinformaticssolutions
An object-oriented programming technique called inheritance allows one class to inherit the traits and attributes of another class. This makes it simple for users to extend and reuse preexisting characteristics or actions.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is class method?
What is argument in c#?
Define a jagged array in c#?
What is the property of class?
What is the base class of all classes in c#?
what are windows services?
How to block a class from being inherited further?
In which order the constructor is called for an inherited class?
In c#, what will happen if you do not explicitly provide a constructor for a class?
Can you create an instance of a static class?
Can scriptable objects have methods?
Which is faster dictionary or hashtable?
How does bitwise xor work?
Why delegates are safe in c#?
What do you mean by serialization in .NET?