what is the difference between a package and a software?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / deepthi
package:- package is a collection of classes.
software:-software is a collection of programes.In that
programes are used to packages, objects,,,,.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / pramod kumar sahu
package:- the package is a collection of classes.
software:-the software is a collection of programes.In that
programes are used to packages.
| Is This Answer Correct ? | 0 Yes | 0 No |
wht is ditch
What is difference between function overloading and overriding?
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
What is destructor in oop?
Program to print 0 to 9 in cross order
What is inheritance and how many types of inheritance?
what is the use of mutable key word
State what is encapsulation and friend function?
How do you define social class?
Can we create object of interface?
write a program to print * * * * * *