FirstTask

Description

Create a mental map that illustrates and organizes the concepts described in the reading.
Cal Brynestad
Mind Map by Cal Brynestad, updated more than 1 year ago
Cal Brynestad
Created by Cal Brynestad over 6 years ago
9
0

Resource summary

FirstTask
  1. Constructor
    1. Object
      1. Methods (Actions)
        1. Optional
          1. Define actions that a class's objects (or instances) can do
            1. camel Naming Convention
              1. Return type void means method returns nothing
                1. When a reference variable does not have a value, it has a null value (must be assigned))
                2. Fields (Attributes)
                  1. Optional
                    1. Can be primitives or references to objects
                      1. camel Naming Convention
                    2. Every class needs at least one constructor
                    3. Method Main
                      1. Entry point to an application
                        1. Needed for only one class
                        2. Template to create Objects of identical type
                          1. Fields specified in class will automatically be added to objects created out of class
                            1. Pascal Naming Convention
                              Show full summary Hide full summary

                              Similar