Answered step by step
Verified Expert Solution
Question
1 Approved Answer
in java true or false? 1- variables declared without any access modifier are by default private variables. 2- Objects of abstract superclasses cab be instantiated.
in java
true or false?
1- variables declared without any access modifier are by default private variables.
2- Objects of abstract superclasses cab be instantiated.
3- Restricting access to class members via keyword private is called information hiding.
4- Constructors can take arguments, but cannot return values.
5-The method with the same name as the class and no return type is the constructor of that class.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started