class B
{
}
class C: B
{
}
class Program
{
static void Main(string[] args)
{
C objc1 = new C();
}
}
Q: How many objects gets created in the above program.
Give a brief explanation..
Guys I know the answer, if you know the answer , just clearly write your answer in the reply, but dont post any links in the answers, its just for testing your skills.

Manas MohapatraPosted Sep 21, 2015, 6:36 AM
Srinivas PabballaPosted Sep 21, 2015, 6:16 AM
Sujeet SumanPosted Sep 16, 2015, 5:52 AM
Francis SusaimichaelPosted Sep 16, 2015, 5:33 AM
Sujeet SumanPosted Sep 16, 2015, 5:01 AM