aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C# Programming
  • Which of the following member modifier in C# indicates th...
Multiple choice

Which of the following member modifier in C# indicates that the method or accessor can be overridden by inheriting classes?

  1. static

  2. override

  3. virtual

  4. readonly

  5. const

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This member modifier in C# indicates that the method or accessor can be overridden by inheriting classes.

Keep practicing — related questions

  • Which of the following member modifier in C# indicates that a method or accessor does not contain an implem...
  • Which of the following access modifier is used to access members in the class and all the derived classes o...
  • Which of the following access modifiers is used so that the method it is assigned to become a method of the...
  • Which modifier is used to prevent a method from being overridden?
  • Given a method in a protected class, what access modifier do you use to restrict access to that method to o...
  • In which of the following access modifiers is access limited to the containing class or types derived from ...
  • By using which of the following access modifiers, the variables can be used by code in the same assembly as...
  • Which of the following is true regarding overriding main method? i. main method can be overridden because i...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Object-Oriented Programming (2239 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy