Can we create instance for Abstract class?
Answer Posted / siddarth
Abstract class means pure Method with out definition.so we
cant create instance for that
Is This Answer Correct ? | 50 Yes | 42 No |
Post New Answer View All Answers
What’s a strong name?
What does a constructor do c#?
What does firstordefault mean in c#?
When do we generally use destructors to release resources?
What is difference between function and method in c#?
Explain how do you directly call a native function exported from a dll?
List down the commonly used types of exceptions in .net
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
Which is more efficient for loop or while loop?
What is the use of console readkey in c#?
Can we inherit a class with private constructor in c#?
What is the difference between new and override in c#?
When should we use sealed class in c#?
What is entity framework c#?
How does bubble sort work?