How to avoid a class from instantiation?
Answer Posted / sanish joseph
Make an abstract class.abstract class cant b intialized.
I think so....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Keyword mean in declaration?
What is set in c++?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What is meant by entry controlled loop? What all C++ loops are exit controlled?
What are the operators in c++?
What is the basic difference between C and C++?
Can we change the basic meaning of an operator in c++?
Can I create my own functions in c++?
How can a called function determine the number of arguments that have been passed to it?
What is c++ vb?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What is the first name of c++?
Can class objects be passed as function arguments?
What is protected inheritance?