Contents

The concept of encapsulation is also known as ___ or ___.

data hiding, information hiding


Instance variables are also known as ___.

member variable


The goal of object-oriented programming is ___.

data hiding


An object in C# is created using the ___ operator.

New


 ___ has the same name as the class itself.

Constructors


A ___ constructor is called before any object of the class is created.

static


Contents Details