Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

default usability statements

Former Member
0 Likes
528

Hi all,

Could you let me know which of the following are DEFAULT USABLITY STATEMENTS:

1) CREATE PUBLIC

2) CREATE PROTECTED

3) CREATE PRIVATE

4) CREATE SINGLETON

1 ACCEPTED SOLUTION
Read only

former_member787646
Contributor
0 Likes
508

Hi

ANS: CREATE PUBLIC

Reason is By default a class is created with PUBLIC scope unless specified.

Hope this would help you.

Murthy

2 REPLIES 2
Read only

former_member787646
Contributor
0 Likes
509

Hi

ANS: CREATE PUBLIC

Reason is By default a class is created with PUBLIC scope unless specified.

Hope this would help you.

Murthy

Read only

0 Likes
508

thanks for ur reply kalyanam