APSU CSCI 2010 Final Exam Review | Practice
Questions with Verified Answers 2026/2027 A+
Grade
Practice questions for this set
Learn 1 /7 Study with Learn
a variable that is shared by all objects of a class
Choose an answer
Method can be defined to return a
1 Object 2
value
3 Static variable 4 Method
Don't know?
Terms in this set (103)
, Object represent real-world objects or abstract
concepts.
Class specify the attributes of an object and the actions
an object can take
UML Diagram Can be used to summarize the properties of a
class
Instance Variable can be accessed outside of the class using the "."
operator
Method defines an action that an object can perform, it
can also be called outside of the class by using
the "." operator
Access Modifiers Used to specify how a class, method, or instance
variable can be accessed
Public Method or instance variable a method that is accessible to another method of
any other class
Private Method or instance variable a method that is only accessible to methods in
the same class
Questions with Verified Answers 2026/2027 A+
Grade
Practice questions for this set
Learn 1 /7 Study with Learn
a variable that is shared by all objects of a class
Choose an answer
Method can be defined to return a
1 Object 2
value
3 Static variable 4 Method
Don't know?
Terms in this set (103)
, Object represent real-world objects or abstract
concepts.
Class specify the attributes of an object and the actions
an object can take
UML Diagram Can be used to summarize the properties of a
class
Instance Variable can be accessed outside of the class using the "."
operator
Method defines an action that an object can perform, it
can also be called outside of the class by using
the "." operator
Access Modifiers Used to specify how a class, method, or instance
variable can be accessed
Public Method or instance variable a method that is accessible to another method of
any other class
Private Method or instance variable a method that is only accessible to methods in
the same class