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.
How can we programmatically place a cursor on the given line or on the character in a RichTextBox control in the C#?
Briefly describe the tuples?
What are public and private cloud?
List different ways of deployment that are supported by .NET.
In what way we can auto size the button to fit the text?
Write the difference between globalization and localization?
Briefly explain about identifier.
Explain the function of break statement in a switch statement with example?
State different types of data providers existing in .NET Framework?
List out the different components of an assembly.
18,76,764
1935772 Asked
3,689
Active Tutors
1419093
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!