Stratician

What's in my Brainz

Jan 28th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. What is a Class?
  2.  
  3. A class is a collection of related methods and properties used to help the developer achieve specific functionality for their program.
  4.  
  5. What is an Object?
  6.  
  7. An object is an instance of a class.
  8.  
  9. What is a Library?
  10.  
  11. A library is a group of objects, functions, variables that are used in order to aid developers in development of their projects.
  12.  
  13. What is a Framework?
  14.  
  15. A framework is a group of libraries used to make developer's lives easier. These frameworks typically take care of the tedious and repetitive coding task that developers usually encounter. Developers use frameworks to build websites and applications faster and securely (assuming the framework being used is tested, secure, and regularly updated).
Add Comment
Please, Sign In to add comment