Chapter 15 Slides
Chapter 15 Slides
Chapter 15
How to work
with interfaces
and generics
Knowledge
3. Distinguish between an interface and an abstract class.
4. Describe the use of the .NET ICloneable, IComparable<T>, and
IEnumerable<T> interfaces.
5. In general terms, describe the use of default methods as well as
static fields and methods in interfaces.
6. In general terms, describe the use of generic interfaces.
p2.Code = "PDA";
p2.Description = "Murach's Python for Data Analysis";
Debug.WriteLine(p1.GetDisplayText("\n") + "\n");
Debug.WriteLine(p2.GetDisplayText("\n") + "\n");
PDA
Murach's Python for Data Analysis
$59.50
C#
Murach's C#
$59.50
C#
Murach's C#
$59.50
// other members
// other members