PART - A (Short Answer Questions) : S. No Blooms Taxonomy Level Course Outcome
PART - A (Short Answer Questions) : S. No Blooms Taxonomy Level Course Outcome
com
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
UNIT – II
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
class B extends A {
//Members and methods from A are
inherited.
//Members and methods declarations of B.
}
class A {
public A() {
System.out.println("New A");
}
}
class B extends A {
public B() {
super();
System.out.println("New B");
}
}
4 Illustrate the output of the following program? Apply 1
interface MyInterface
{
public void method1();
public void method2();
}
class XYZ implements MyInterface
{
public void method1()
{
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
Specworld.in jntuworld.xyz