AMA University Answers
Login
Register
AMA OED
Courses
CS
CS-6203
Have methods and variables jus...
Have methods and variables just like the class but the methods declared in it are by default abstract.
Abstract method
Override
Interface
Correct
Abstract class
Similar CS-6203 questions
This is the idea of taking attributes and behavior of an object and bundling them together in the sa...
This term refers to automatically do the correct behavior even if what we're working with could take...
It is a type of pattern that allow an object to alter its behavior or when its internal state change...
A class can have multiple Static blocks, which will execute in the same sequence in which they have...
You can not have abstract method in a concrete class.
Interface provides full abstraction as none of its methods have body.