Features of OOPs
State the basic features of OOPs.
Expert
Following are the four basic features of OOPs:
a) Abstraction - It refers to the practise of revealing only the appropriate and essential data to the users without presenting superfluous information.
b) Polymorphism - It permits you to use an entity in the multiple forms.
c) Encapsulation - It avoids the data from unwanted access by binding code and data in single unit known as object.
d) Inheritance - It provides the reusability of code and removes the use of redundant code. It is the property through which a child class attains all the features well-defined in its parent class. Whenever a class inherits the properties of other class, class which is inheriting the properties is known as a derived class and class which allows inheritance of its common properties is termed as a base class.
Explain the purpose of the JIT compiler in .NET Framework?
List some of the new features of ASP.NET AJAX 4.0?
Explain the requirement of Timer control in the AJAX.
Define Server-side scripting and Client-side scripting?
Differentiate between publishing and deploying an application?
Write down the code for selecting an item in ListView control programmatically in the C#?
Describe the concept of Bookmarks in WF 4.0.
Write down the ToolTipService timing properties in the WPF?
Write down the benefit of packaging over xcopy in the .NET?
Briefly explain the use of a Panel control? And also state whether it displays during runtime?
18,76,764
1944085 Asked
3,689
Active Tutors
1442954
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!