⟩ In this example class-var = new classname( ); class-var is a variable of the class type being createdA) TrueB) False
class-var can be an instance and even if taken as a variable it can be either of the class classname or a supertype of it.
My ans is FALSE