Answered step by step
Verified Expert Solution
Question
1 Approved Answer
What concept group types together into easily deployable units ( DLL files ) ? A . base class library B . . NET library C
What concept group types together into easily deployable units DLL files
A base class library
BNET library
C terminal library
D class library
Which concept of objectoriented programming is about allowing a derived class to override an
inherited action to provide customer behavior?
A Polymorphism
B Abstraction
C Inheritance
D Encapsulation
Which concept of objectoriented programming is about what an object is made of
A Encapsulation
B Abstraction
C Composition
D Aggregation
Which concept of objectoriented programming is the combination of the data and actions that are
related to an object?
A Encapsulation
B Composition
C Aggregation
D Abstraction
Which concept of objectoriented programming is about reusing code by having a subclass derive
from a base or superclass?
A Encapsulation
B Abstraction
C Polymorphism
D Inheritance
The Dispose method defines a disposal method to release unmanaged resources more efficiently
than waiting for the finalize?
A True
B False
The IFormatter interface defines methods to convert an object to and from a stream of bytes
for storage or transfer?
A True
B False
The CompareToother method defines a comparison method that a secondary type
implements to order or sort instances of a primary type?
A True
B False
C# allows an interface to add new members after release as long as they have a default
implementation?
A True
B False
A finalizer releases resources; that is it destroys an object?
a True
b False
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started