MCQOPTIONS
Bookmark
Saved Bookmarks
→
Object Oriented Programming
→
Inbuilt Classes in Object Oriented Programming
→
A(int x)..
1.
A(int x)
A.
A(int y)
B.
A(int y, int x)
C.
A(int y; int x)
Answer» B. A(int y, int x)
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which is correct syntax?
What are we only create an object but don’t call any constructor for it in java?
Which constructor will be called from the object obj2 in the following program?
Which among the following is not valid in java?
If programmer have defined parameterized constructor only, then __________________
Why do we use constructor overloading?
Which among the following function can be used to call default constructor implicitly in java?
When is the constructor called for an object?
Which among the following is false for a constructor?
Which constructor will be called from the object created in the code below?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply