June 2017
Intermediate to advanced
495 pages
9h 43m
English
© Ali Asad and Hamza Ali 2017
Ali Asad and Hamza Ali, The C# Programmer’s Study Guide (MCSD), 10.1007/978-1-4842-2860-9_3
Ali Asad1 and Hamza Ali1
(1)Sialkot, Pakistan
C# provides full support of object oriented programming. In this chapter, you’ll be walking through following OOP topics:
Introduction to Object Oriented Programming
OOP in a PIE
Encapsulation
Inheritance
Polymorphism
Object oriented programming (OOP) is a software design technique that helps to organize data and methods in a single object. It helps objects to talk to each other by defining relationships among them.
In a 1994 “Rolling Stone” interview, Steve Jobs (CEO of Apple) explains object-oriented ...
Read now
Unlock full access