User Tools

Site Tools


introduction_to_frc_programming

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
introduction_to_frc_programming [2026/04/08 14:43] – Added Variable Primitives ztif33introduction_to_frc_programming [2026/04/08 14:47] (current) – [Variable - Object] ztif33
Line 75: Line 75:
 | ::: | double | Fractional Number Significant to 15 decimal places | | ::: | double | Fractional Number Significant to 15 decimal places |
 | Character | char | Stores a single character/letter or ASCII values | | Character | char | Stores a single character/letter or ASCII values |
 +
 +===== Variable - Object =====
 +  * An object is a collection of variables and methods. 
 +  * Used to logically group things together in programs.
 +    * Example: The Drivetrain object includes all the drive motors
 +  * Fundamental part of java
 +
 +----
 +
 +All variables in Java, except for primitive types, are an object. 
  
  
  
  
introduction_to_frc_programming.1775673784.txt.gz · Last modified: by ztif33