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


Please Help Members By Posting Answers For Below Questions

What’s a strong name?

695


What does a constructor do c#?

661


What does firstordefault mean in c#?

701


When do we generally use destructors to release resources?

692


What is difference between function and method in c#?

626


Explain how do you directly call a native function exported from a dll?

682


List down the commonly used types of exceptions in .net

654


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

669


Which is more efficient for loop or while loop?

634


What is the use of console readkey in c#?

665


Can we inherit a class with private constructor in c#?

802


What is the difference between new and override in c#?

735


When should we use sealed class in c#?

668


What is entity framework c#?

617


How does bubble sort work?

666