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 |
If I have code like try { return; } catch { return; } finally { return; } from which block will the value will be returned. and try has been executed without any error.
Why do we use class in c#?
Which string method is used for concatenation of two strings in c#?
Is list immutable in c#?
What is data adapter in c#?
Is string reference type / value type ?
7 Answers 3i Infotech, Accenture, BirlaSoft,
what is the purpose of using statement in c#
Which type of variables are under the control of garbage collector?
What is session variable in c#?
What is the wildcard character in sql?
What is a console in c#?
Are tuples mutable 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)