aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • .Net Programming & Cryptography Concepts
  • By using which of the following access modifiers, the var...
Multiple choice

By using which of the following access modifiers, the variables can be used by code in the same assembly as well as by code in derived classes?

  1. Public

  2. Private

  3. ProtectedFriend

  4. Name

  5. Get accessor

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

By using this access modifier, the variables can be used by code in the same assembly as well as by code in derived classes.

Keep practicing — related questions

  • By using which of the following access modifiers, the variables are accessible from within the program that...
  • By using which of the following access modifiers, the variables are accessible only from within their own c...
  • who can have access for protected internal Access Modifier?
  • Which access label allows the variables to be accessible in both the current assembly and by any classes de...
  • Which of the following access modifiers is used so that the method it is assigned to become a method of the...
  • Which of the following access modifier is used to access members in the class and all the derived classes o...
  • By using which of the following access modifiers is access not restricted at all?
  • In which of the following access modifiers is access limited to the containing class or types derived from ...
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