what is the difference between a package and a software?
Answer Posted / 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 |
Post New Answer View All Answers
Why is polymorphism used?
What is the real time example of inheritance?
What is the oops and benefits of oops programming?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is oops?what is its use in software engineering?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Explain virtual inheritance? What are two types of polymorphism? Following are the class specifications:
class {int a};
class {int b};
Using friend funtion,calculate the max of two objects and
display it.
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 is encapsulation process? Plese get me a perfect C++ program for railway/airway
reservation with all details. Get me a number puzzle game-program What is abstraction encapsulation?