Can we create instance for Abstract class?
Answer Posted / deepakmodi
We can't create instance for Abstract class because its
methods are with out definitions. we can create an object
form derived class which we can use to call the methods
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is a delegate? How can it works?
What are concrete classes?
What is immutable in C#?
Is c# pass by value?
What you mean by inner exception in c#?
Can we inherit a class with private constructor in c#?
Explain About .Net remoting
What is the use of protected in c#?
Can you declare a class or a struct as constant?
What is application object in c#?
What is interpolation in programming?
Can you put two constructor with the same structure in a class?
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 c sharp language?
Give examples for value types?