Podcast
Questions and Answers
Can static methods in c++ be declared as virtual?
Can static methods in c++ be declared as virtual?
False (B)
Is it possible to use the this pointer in a static method in c++?
Is it possible to use the this pointer in a static method in c++?
False (B)
Can static methods of a class access non-static members of that class?
Can static methods of a class access non-static members of that class?
False (B)
What is a static method in c++?
What is a static method in c++?
How can static methods be accessed in c++?
How can static methods be accessed in c++?
What is the purpose of static methods in c++?
What is the purpose of static methods in c++?
______ is a keyword used to declare a static method in C++.
______ is a keyword used to declare a static method in C++.
Static methods in C++ are bound to the ______ and not to the object.
Static methods in C++ are bound to the ______ and not to the object.
A ______ class contains only static methods and can be reused across programs.
A ______ class contains only static methods and can be reused across programs.
Flashcards are hidden until you start studying