Can Typeid Function Be Used With The Object Of Generic Classes #413
Can typeid() function be used with the object of generic classes?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 OOps Classes - Object Oriented Programming MCQ: Template Class - Quiz No.1.
Can typeid() function be used with the object of generic classes?
Yes, only if default type is given
Yes, always
No, generic data can’t be determined
No, never possible