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 do you mean by stack program? Get me an example stack program?
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
What is the main feature of oop?
What is polymorphism used for?
Is abstract thinking intelligence?
What is oops and why we use oops?
What is a superclass in oop?
pointers are support in C#? if yes then how to use it?
8 Answers Softvision Solution,
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
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 isthe difference between c structure and c++ class
what is main difference between object oriented object base