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 |
What is returned if you pass the value 12.34 to the parsefloat () function?
Is list ienumerable c#?
What is local function?
What are the extension methods in c#?
In .NET which is the smallest unit of execution?
what is lamda expression?
What is a long in c#?
Why we use extension method in c#?
Valuetype/reference type?
What is windows application in c#?
What is namespace in oop?
How do I unload an assembly?
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)