You are employed as a developer at ABC.com. You make use of C# and ASP.NET for development purposes. You are in the process of developing a new derivative of the Shape class. The Shape class makes use of public virtual void to define the Area method. You want to make sure that the Area method in the Shape class allows for new operations, while keeping the execution of the Area method of the Shape class concealed. What option should you use?

🎲 Try a Random Question  |  Total Questions in Quiz: 51  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Microsoft 98-361 Software Development Fundamentals Exam — practice the complete quiz, review flashcards, or try a random question.


You are employed as a developer at ABC.com. You make use of C# and ASP.NET for development purposes. You are in the process of developing a new derivative of the Shape class. The Shape class makes use of public virtual void to define the Area method. You want to make sure that the Area method in the Shape class allows for new operations, while keeping the execution of the Area method of the Shape class concealed. What option should you use?