What is an abstract method?

What will be an ideal response?


Abstract methods do not provide implementations. Abstract methods enable generic processing of related class objects.

Computer Science & Information Technology

You might also like to view...

The difference between the operator! member function and the operator void* member function is that:

a. They always return opposite boolean values. b. They occasionally return opposite boolean values. c. Of the two member functions, only operator! checks if eof has been set. d. Of the two member functions, only operator void* checks if eof has been set.

Computer Science & Information Technology

Consider an implementation of a linked list sorted in an ascending manner. What is the complexity of retrieving the median value from the list?

a. O(n) b. O(1) c. O(log n) d. It can't be determined

Computer Science & Information Technology

On which line would the e-mail address of the primary recipient(s) be entered?

A) From: B) To: C) Cc: D) Bcc:

Computer Science & Information Technology

If you notice errors in your document in print preview, you need to correct them before you print by pressing ____ or clicking the Back button in Backstage view.

A. [Esc] B. [F4] C. [Shift] D. [F8]

Computer Science & Information Technology