+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress + SEO
Artificial Intelligence (AI)
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Enroll Now
Contact
See Correct Answer
1. What is the correct way to create an object called myObj of MyClass?
all of these
class myobj = myclass();
new obj = new ();
myclass myobj = new myclass();
Correct Answer: myclass myobj = new myclass();