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
why reinterpret cast is considered dangerous?
Is abstract thinking intelligence?
What is inheritance and how many types of inheritance?
What is object in oop with example?
Is react oop?
officer say me - i am offered to a smoking , then what can you say
Why is object oriented programming so hard?
What do you mean by overloading?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is polymorphism used for?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What is data binding in oops?
What is a class oop?
What is abstraction encapsulation?
Why polymorphism is used in oops?