what is the difference between a package and a software?
Answer Posted / sukrity
package is collection of classes
software is collection of program
in program v cn hv classes
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can abstract class have normal methods?
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.
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?
What is destructor oops?
What is destructor example?
what type of question are asked in thoughtworks pair programming round ?
Which language is pure oop?
What is encapsulation oop?
How is class defined?
Can we create object of interface?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is an advantage of polymorphism?
What is object-oriented programming? Webopedia definition
How do you answer polymorphism?
Why do we use polymorphism in oops?