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 |
Give 2 scenarios where static constructors can be used?
What is a static field?
Which one is trusted and which one is untrusted?
When you inherit a protected class-level variable, who is it available to?
What is uint64_t?
Is javascript harder than c#?
What is the difference between iqueryable and ienumerable?
What is yield c#?
What is the difference between virtual method and abstract method?
what is difference between destruct or and garbage collection ?
how to retrieve binary data from database (using c#.net and sql server/windows application)
write the Syntax for Function or Method Overriding?
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)