Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Stack is az a. Is a linear data structure, where insertion and deletion happens at same end. b. Is a non-linear data structure, where

image text in transcribed

1. Stack is az a. Is a linear data structure, where insertion and deletion happens at same end. b. Is a non-linear data structure, where insertion and deletion happens at separate ends. c. Is a linear data structure, where PUSH and POP happens at separate ends. d. Is a non-linear data structure, where insertion and deletion happens at same end. 2. The Queue data structure follows _ principle: a. First-in-First-Out (FIFO). b. Last-in-First-Out (LIFO). c. First-in-Last-Out (FILO). d. First-in-Mid-Out (FIMO). 3. A data structure is one that has another version of itself as a component. a. Linear. b. Array. c. Linked list. d. Recursive. 4. In Java, an interface has below property: a. Weak form of multiple inheritance. b. Not a class. c. Not an abstract class. d. All the above 5. Methods in the class hierarchy which have identical name, number and types of parameters in the same order is called a. Overloading b. Overriding c. Data abstraction d. Encapsulation

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions