If a class is declared without any access modifiers, where may the class be accessed?
Submitted by: AdministratorA class that is declared without any access modifiers is said to have package access. This means that the class can only be accessed by other classes and interfaces that are defined within the same package.
Submitted by: Administrator
Submitted by: Administrator
Read Online Programming Job Interview Questions And Answers
Top Programming Questions
| ☺ | What is the difference between procedural and object-oriented programs? |
| ☺ | Differentiate between a template class and class template in programming? |
| ☺ | What is the difference between shadow and override in programming? |
| ☺ | How many ways can an argument be passed to a subroutine in programming? |
| ☺ | What do you meant by active and passive objects? |
Top Coding/Programming Categories
| ☺ | Python Interview Questions. |
| ☺ | OOP Interview Questions. |
| ☺ | Software engineering Interview Questions. |
| ☺ | PHP Interview Questions. |
| ☺ | VBA (Visual Basic for Applications) Interview Questions. |
