MCQOPTIONS
Bookmark
Saved Bookmarks
→
Csharp
→
Test in Csharp
→
Correct way of declaration of object of the follow..
1.
Correct way of declaration of object of the following class is ?$
A.
B.
name n = new name();
C.
n = name();
Answer» D.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Correct way of declaration of object of the following class is ?$
The data members of a class by default are ?
‚Äö√Ñ√∂‚àö√ë‚àö‚à´A mechanism that binds together code and data in manipulates, and keeps both safe from outside interference and misuse.In short it isolates a particular code and data from all other codes and data. A well-defined interface controls the access to that particular code and data.‚Äö√Ñ√∂‚àö√ë‚àöœ?#
Which of following statements about objects in “C#” is correct?$
fun(1, 5) will not work correctly
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply