Question
The following Java code attempts to demonstrate multiple inheritance, which is not directly supported for classes in Java. How can similar functionality be achieved using interfaces? class A { void methodA() { System.out.println("Method A"); } } class B { void methodB() { System.out.println("Method B"); } } // class C extends A, B { } // Problematic: Multiple inheritance not allowed public class Main { public static void main(String[] args) { // C obj = new C(); } }
More IT Operating System Questions
- A processor has a 32-bit address bus and byte-addressable memory. What is the maximum directly addressable physical memory space?
- Consider the following Python code: def mystery(a, b): if a == 0: return b else: return mystery(b % a, a...
- What were the early operating systems commonly known as, and what was their primary function?
- What is the primary purpose of a system call?
- For which layer TCP IP suite does not provide any Protocol
- In the Banker's Algorithm for deadlock avoidance, a system is in a "safe state" if:
- Which of the following is TRUE for PROM memories?
- Which Hadoop component is responsible for resource management?
- If you have MAC address then to know the IP address you will use :
- Huffman Coding uses a greedy approach to achieve what?
Hey! Ask a query
Please enter email id
The email must be a valid email address.
Please enter Mobile Number
Please enter valid Mobile Number
Please enter your Doubt
Think You're Ready for RBI Grade B?
RBI Grade B 2026 Phase 1 Memory Based Paper
- 200 Questions with Detailed Solutions
- Section-wise Coverage (GA, English, Quant & Reasoning)