Answer Posted / vishwa
emp e;//default constr
emp e(10);//paramatrisized constr
emp e(e1);//copy constr
emp e = e1;//copy constr
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why is encapsulation used?
What is byval and byref? What are differences between them?
What is destructor give example?
what are the realtime excercises in C++?
What is the important feature of inheritance?
Can static class have constructor?
What is inheritance and how many types of inheritance?
What is a class oop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is polymorphism what are the different types of polymorphism?
What is super in oop?
what's the basic's in dot net
Write a program to sort the number with different sorts in one program ??
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
How do you achieve polymorphism?