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 |
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
Why is abstraction needed?
what is overloading
How do you achieve polymorphism?
What are the three main types of variables?
What is multilevel inheritance?
Are polymorphisms mutations?
What are benefits of oop?
what is the difference between inter class and abstract class...?
What is the fundamental idea of oop?
When is an object created and what is its lifetime?
c++ is a pure object oriented programming or not?