(A) Deterministic
(B) Non- Deterministic
(C) Deterministic & Non- Deterministic
(D) None of these
GTG can have __ final state.
(A) 0
(B) 1
(C) More than 1
(D) All of the given
In TG there may exist no paths for certain string?
(A) True
(B) False
(C) Depends on the language
(D) None of these
__ Operator will take only one operand.
(A) New
(B) int
(C) object
(D) none of the given
Object can be declared constant with the use of Constant keyword?
(A) true
(B) false
(C) NA
(D) NA
If we are create array of objects through new operator, then?
(A) We can call overloaded constructor through new
(B) We can‘t call overloaded constructor through new
(C) We can call default constructor through new
(D) None of the given
__ is creating objects of one class inside another class.
(A) Association
(B) Composition
(C) Aggregation
(D) Inheritance
Unary operators and assignment operator are right associative?
(A) true
(B) false
(C) NA
(D) NA