Answer Posted / amit
String is an charactor array & the array is collection of
simillar data items
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a function in oop?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
which feature are not hold visual basic of oop?
What is abstraction encapsulation?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Can you inherit a private class?
How can you overcome the diamond problem in inheritance?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is an interface in oop?
Can we override main method?
Is abstract thinking intelligence?
What is polymorphism and its types?
Is enum a class?
Write a program to sort the number with different sorts in one program ??
Can we define a class within the interface?