πŸ“Š C++
Q. Which of the following is used to make an abstract class?
  • (A) Making at least one member function as pure virtual function.
  • (B) Making at least one member function as virtual function.
  • (C) Declaring it abstract using virtual keyword.
  • (D) Declaring it abstract using static keyword.
πŸ’¬ Discuss
βœ… Correct Answer: (A) Making at least one member function as pure virtual function.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
190
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
85%
Success Rate