answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Can we have more than one constructions in a class?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is it possible for your Alice program to have more than one instance in a class?

It is possible to have more than one instance of the same class, because the class is simply the blue print for the actual object.


How do you implimenting multilevel inheritance in java?

In java we can implement more than one interfaces for a single class but we can't extend a class to more than one super class so ,java indirectly supports multiple inheritance.


Can a friend function be friend with more than one class?

yes


Would the plural of more than one class be classes'?

Yes. Just like any other word, the term class too has a plural which is "classes". The term classes is very commonly used to refer to a group of classes (more than one class). It is not an uncommon word. So, if you refer to the word classes, any java programmer will know that you are referring to more than one class at a shot.


What is the definition of a class one tapeworm remedy?

Class 1: 100 % effective in more than 80 % of the treated herd


I sit next to a boy in one class and we get along pretty well but how do I get him to notice me as more than a friend?

Try to tell him that you like him, or hang out with him more out of the class.


Why is important to have more than one dating technique available?

I hate this entire class


What you call those subclass having more than one super class?

category


What you call those subclass having more than one super-class?

category


Why is it important to have more than one dating technique available?

I hate this entire class


Who really has the authority to decide which class system is more superior than the others?

Actually, no one has the "authority" to decide such a thing. There is really not any one superior class. No one can say this class is better than this other class because of this skill. People will try to say there is, but in all reality, there isn't.


Can you store one class in two packages at once in Java?

No, each class is assigned to a single package. There is really no need to have one class in more than one package, either; you can use the "import" command in one class to use classes from another package.