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 |
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile
What is polymorphism? Explain with an example.
What are the advantages of polymorphism?
why to use operator overloading
what isthe difference between c structure and c++ class
What do we mean by a hidden argument in a function?
What does and I oop and sksksk mean?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
Why is oop useful?
What is nutshell in programming language?
1 Answers Satyam, Tech Mahindra,
write a program for function overloading?
14 Answers HCL, InfoCity, TATA,
What is Agile methodology?
20 Answers ABC, Accenture, College School Exams Tests, Inmar, Microsoft, Sapient,