C#
Which of t ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
Which of the following definitions of abstract classes are correct in C#?
Abstract classes can not inherit from interfaces
Abstract classes cannot be inherited from
Fields cannot be defined within an abstract class
An object of an abstract class cannot be instantiated
Abstract class can contain both abstract and virtual members in it
Explanation
According to abstract class definition it is impossible to instantiate an object of an abstract class. Abstract class can contain both abstract and virtual members - this is not forbidden.
abstract class
virtual methods
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
C
#
Quiz
Login to learn C#
or
Read more about
C# Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment