Q 1: Access class members from the same package Note: ClassA and ClassB in this question are in the same package. public class ClassB { public int x = 1; int y = 2; private int z =3; } ملاحظة: عرف كل كلاس في ملف لانه لا يجوز ان يكون کلاسين public في نفس الملف. public class ClassA { public static void main(String] args) { ClassB cb = new ClassB(); // System.out.print(cb.x); /* 1 */ // System.out.print(cb.y); /* 2 */ // System.out.print(cb.z); /* 3 */ } } ont 1.2- Try to do the following: • Declare a character type variable myChar in the class ClassB, the variable myChar shouldn't be accessible through the object cb. • Add a statement to the classA to test whether myChar is accessible.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter11: Inheritance And Composition
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question
Q 1: Access class members from the same package
Note: ClassA and ClassB in this question are in the same package.
public class ClassB {
public int x = 1;
int y = 2;
private int z =3;
}
ملاحظة: عرف کل کلاس في ملف لانه لا يجوز ان يكون کلاسين public في نفس الملف.
public class ClassA {
public static void main(String[0 args){
ClassB cb = new ClassB();
// System.out.print(cb.x); /* 1 */
// System.out.print(cb.y); /* 2 */
// System.out.print(cb.z); /* 3 */
}
}
1.2- Try to do the following:
• Declare a character type variable myChar in the class ClassB, the
variable myChar shouldn't be accessible through the object cb.
• Add a statement to the classA to test whether myChar is accessible.
Transcribed Image Text:Q 1: Access class members from the same package Note: ClassA and ClassB in this question are in the same package. public class ClassB { public int x = 1; int y = 2; private int z =3; } ملاحظة: عرف کل کلاس في ملف لانه لا يجوز ان يكون کلاسين public في نفس الملف. public class ClassA { public static void main(String[0 args){ ClassB cb = new ClassB(); // System.out.print(cb.x); /* 1 */ // System.out.print(cb.y); /* 2 */ // System.out.print(cb.z); /* 3 */ } } 1.2- Try to do the following: • Declare a character type variable myChar in the class ClassB, the variable myChar shouldn't be accessible through the object cb. • Add a statement to the classA to test whether myChar is accessible.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,