Engineering Notes 132
Created by admin on Fri, 06/01/2012 - 17:17
Sub Topic:
OOPS Concept
Upload File:
Department:
Chapter Name:
C SHARP AND .NET FRAMEWORK
Description:
An object contains both data and methods that manipulate that data
An object is active, not passive; it does things
An object is responsible for its own data
But: it can expose that data to other objects
Add new comment