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.
Write the difference between Arrays and Collection?
State the difference between Managed and Unmanaged Code?
Is it possible to post and access view state in the other application?
Write all names of public properties well-defined in the WebService class.
What do you understand by Common Type System (CTS)?
By what way we can recognize that the page is PostBack?
Write ASP.NET configuration options that are supported in ASP.NET implementation on shared Web hosting platform?
What is meant by DLR (Dynamic Language Runtime)?
A Destructor is defined in a class that is developed by using the C# programming language, but the destructor is never executed. Why did this happen?
How we can dynamically add the user controls to the page?
18,76,764
1942924 Asked
3,689
Active Tutors
1447757
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!