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
Is it possible to have a static indexer in c#? Allowed in c#.
Why would you use a class property in c#?
Is it possible to inherit multiple interfaces?
How can I check the type of an object at runtime?
what is partial assembly reference
What are logical operators in c#?
Why is hashset faster?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
What is difference between event and delegate in c#?
How to transpose multi-dimensional array?
How can I develop an application that automatically updates itself from the web?
If a child class instance is created, which class constructor is called first - base class or child class?
How do you escape a character?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
How to implement singleton design pattern in c#?