| |
|
What is OOPs?
OOPs - Object Oriented Programming Languages & Systems
Everything in the world is an object. The type of the object may vary. In OOPS, we get the
power to create objects of our own, as & when required.
OOPs is a programming methodology where each entity is an object.
It is a method of computer programming where entities of related data together
with routines associated with it are treated as one object in the program.
OOPs
Class
Encapsulation
Inheritance
Class Member
Polymorphism
Property Event
Access Modifier
Overloading
Shared
Virtual
Overridable Overrides Mustoverride
Shadows
Constructor
Static Constructor
Serialization
Delegate
Abstract
Interface
Multiple Inheritance
| |