string is a class or data type in java?
Answers were Sorted based on User's Feedback
Answer / neeraj03
'string' keyword is not valid in java, 'String' is the
correct keyword and it's a class.
| Is This Answer Correct ? | 4 Yes | 0 No |
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
Write pseudo code for push in a stack?
write a C++ program for booking using constructor and destructor.
what is the realstic modeling?
What is advantage of inheritance?
what are the ways in which a constructors can be called?
When not to use object oriented programming?
What is overloading in oops?
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
What does the keyword "static" mean?
wht is ditch
What is polymorphism what is it for and how is it used?