C# asp.net > Common Interview Questions > Flashcards
What is the difference between a class and an object?
a CLASS is a blueprint…like a houseplan
an object is an instance of a class
for example:
Class is Dog
object is Fido
How many bits in a short?
16 bits