You are not logged in.

#1 2012-03-27 05:19:23

AgentVinod12
User RankUser RankUser RankUser RankUser RankUser Rank
Agent Vinod
From: India
Registered: 2012-03-23
Posts: 1,149
Website

OOP Interview Questions And Answers

Basic Programming :: Object-oriented programming (OOPs) Job Interview Questions and Answers

Object-oriented programming (OOP) is a programming paradigm, In this OOP Interview Questions and Answers you will learn that OOP uses "objects"  data structures consisting of datafields and methods together with their interactions  to design applications and computer programs. Programming techniques may include features such as information hiding, data abstraction, encapsulation, modularity, polymorphism, and inheritance. Learn OOP by OOP Interview Questions and Answers

1 What is Abstract method?
2 What is Virtual method?
3 What is Polymorphisms?
4 What is Abstract Class?
5 When to use Interface over abstract class?
6 What is Sealed modifiers?
7 What is Inheritance?
8 What is New modifiers?
9 What is Virtual keyword?
10 What is an Interface?
11 What is Static Method?
12 What is Static field?
13 What is Class?
14 What is Object?
15 Can Struct be inherited?
16 What is Method Overriding? How to override a function in C#?
17 What is Method overloading?
18 What is Overriding?
19 Default Access modifiers in C#?
20 Can we specify the access modifier for explicitly implemented interface method?
21 What is Protected Internal access modifier in C#?
22 What is Protected access modifier in C#?
23 What is Internal access modifier in C#?
24 What is Private access modifier in C#?
25 What is Public access modifier in C#?
26 What is pure virtual function in OOP?
27 When to Use Abstract Classes and When Interfaces.
28 What are Constructors?
29 What are the various types of Constructor
30 Whats the Difference between Interface and Abstract Class?
31 What can you do to make class available for inheritance but you need to prevent its method to come in inheritance chain?
32 What Are Attributes in DotNet?
33 What is Polymorphism?
34 Can we declare private class in a Namespace?
35 What is a private constructor? Where will you use it?
36 In which cases you use override and new base?
37 Can we call a base class method without creating instance?

2012-03-27 05:19:23

Advertisement
Ads By Google

Re: OOP Interview Questions And Answers



\n
The following user say "Thank You" for this post:Guest

Board footer