1.

The string class deals with string of only character type.(a) True(b) FalseI got this question in an international level competition.This intriguing question comes from String Class topic in chapter Inbuilt Classes of Object Oriented Programming

Answer»

The correct option is (a) True

Easy EXPLANATION - The STRING class objects can be used for any string consisting of characters. The characters include NUMBERS, ALPHABETS and few special characters. String class is not necessary to be used but provides a HUGE set of inbuilt functions to make the string operations easier.



Discussion

No Comment Found

Related InterviewSolutions