Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. 4. (15 points) We discussed three characteristics that define Object-Oriented Programming. Name and give a brief definition of each.
  2.  
  3. • Encapsulation- data hiding as much as possible, internal working and structure of the object are hidden for reliability.
  4. • Inheritance- create a base class, create derived class that inherits data members and/or function members.
  5. • Polymorphism Recursive types- ability of one type, A, to appear as and be used like another type, B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement