.NET Tutorials, Forums, Interview Questions And Answers
Welcome :Guest
 
Sign In
Register
 
Win Surprise Gifts!!!
Congratulations!!!




Find questions, FAQ's and their answers related to .NET, C#, Vb.Net, Sql Server and many more.


Post New Question Subscribe to Interview Questions
 
Quick Links For Interview Questions Categories:
ASP.NetWindows Application  .NET Framework  C#  VB.Net  ADO.Net  
Sql Server  SharePoint  Silverlight  OOPs  JQuery  JavaScript/VBScript
BiztalkPatten/PracticesIISWCFWPFWWF
NetworkingAptitudeOthers  All    
 

OOPS Interview Questions and Answers

What are the various types of constructors?

Author: Bhumika Patel          Posted Date: March 07, 2013    Category: OOPS     Points: 40



There are three various types of constructors , and they are as follows:.

- Default Constructor - With no parameters.

- Parametric Constructor - With Parameters. Create a new instance of a class and also passing arguments simultaneously.

- Copy Constructor - Which creates a new object as a copy of an existing object.


What is the difference between Object and Instance?

Author: Narayanan          Posted Date: February 28, 2013    Category: OOPS     Points: 40

An instance of a user-defined type is called an object. We can instantiate many objects from one class.
An object is an instance of a class.

How Many Constructor we can create in side the class.

Author: NATHAN ISRAEL          Posted Date: September 30, 2012    Category: OOPS     Points: 40

we can create more constructor inside the class

What is Overloading?

Author: Narayanan          Posted Date: December 31, 2011    Category: OOPS     Points: 40

Overloading - is the concept of using one function or class in different ways by changing the signature of its parameters

What is Base Class?

Author: Narayanan          Posted Date: December 30, 2011    Category: OOPS     Points: 40

A Base Class is a class that is inherited by another class. In .NET, a class may inherit from only one class.

What is Polymorphism?

Author: Narayanan          Posted Date: December 13, 2011    Category: OOPS     Points: 40

more than one form. Ability to provide different implementation based on different number or type of parameters.

What is multithreading?

Author: Narayanan          Posted Date: December 13, 2011    Category: OOPS     Points: 40

more than one thread run independent of each other within the process.

An Interface is a Value type or reference Type?

Author: Narayanan          Posted Date: November 22, 2011    Category: OOPS     Points: 40

Interface is a Value type as well as Reference type

what is delegates?

Author: Narayanan          Posted Date: November 22, 2011    Category: OOPS     Points: 40

It is an object that can refer to a method.

what is an interface?

Author: Narayanan          Posted Date: November 22, 2011    Category: OOPS     Points: 40

It is not a class.
it is only definition of the methods without the body.

« Previous12345Next »



Hall of Fame    Twitter   Terms of Service    Privacy Policy    Contact Us    Archives   Tell A Friend