What are the important concepts in OOPS
Answers were Sorted based on User's Feedback
Answer / sanjjay raj
Abstraction, Encapsulation, Inheritance and Polymorphism
are the important Concepts in Object Oriented Programming
Structuce ( ie., OOPS )
| Is This Answer Correct ? | 27 Yes | 1 No |
Answer / anitha
classes,objects,Inheritance,encapsulation,polymorphisms,data
hiding,
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / ankit
encapsulation is wrapping of data and function into a
single unit. and it is most striking feature of class.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mithun
Encapsulation is the 1st pillar of oops. According to the pronciple to encapsulation, a class or struct can specify hw accessible are their members to the code outside the class or struct.
Inheritence enable to create new classes that reuse, modify the behaviour that is defined in other class. class that is inherited is called based class and class the inherits is derived class.
Polymorphism means many shapped..a base class can define a virtual method, and derived class can verride them, which means they provide their own definition and implementation.
| Is This Answer Correct ? | 2 Yes | 1 No |
Which are the access modifiers available in c#?
What is difference between web and window application?
From which base class do all Web Forms inherit from?
How do I count the length of a string in c#?
explain the three services model commonly know as a three-tier application.
What is null in database?
What is the difference between malloc () and new?
what is the default access for a class
What is razor view in c#?
What is super class in c#?
Is list ienumerable c#?
What is private virtual in C#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)