null
US
Sign In
Sign Up for Free
Sign Up
We have detected that Javascript is not enabled in your browser. The dynamic nature of our site means that Javascript must be enabled to function properly. Please read our
terms and conditions
for more information.
Next up
Copy and Edit
You need to log in to complete this action!
Register for Free
19227212
Objects and Classes
Description
My description of the topics covered in our first lecture/reading.
Mind Map by
Sean Barnette
, updated more than 1 year ago
More
Less
Created by
Sean Barnette
over 6 years ago
3
0
0
Resource summary
Objects and Classes
Classes: are an oop tool that enables programmers to create the abstraction of a problem
3 things to consider when writing a class: class name, the fields, and the methods
Objects: are everywhere, living and otherwise: concrete and abstract
A class is a blue print or a template to create objects of identical type.
OOP: Object-Oriented Programming
Ex: Having an employee class that has age and position as fields, all employee objects created out of this class will have age and position as fields.
Fields: are variables, the initials of each word is capitalized following the first word
null: a concept referring to nothing
Void: a method that does not return a value
Methods define actions that a class's objects can do.
Show full summary
Hide full summary
Want to create your own
Mind Maps
for
free
with GoConqr?
Learn more
.
Similar
Browse Library