Question:How do you call static member function getCustomers() from the class Customer? 

A Customer.getCustomers(); 

B Customer obj=new Customer(); obj.getCustomers(); 

C obj=new Customer(); obj.getCustomers(); 

D getCustomers() 

E var obj=new Customer(); obj.getCustomers(); 

+ Answer
+ Report
Total Preview: 1056

Copyright © 2024. Powered by Intellect Software Ltd