FirstRanker Logo

FirstRanker.com - FirstRanker's Choice is a hub of Question Papers & Study Materials for B-Tech, B.E, M-Tech, MCA, M.Sc, MBBS, BDS, MBA, B.Sc, Degree, B.Sc Nursing, B-Pharmacy, D-Pharmacy, MD, Medical, Dental, Engineering students. All services of FirstRanker.com are FREE

📱

Get the MBBS Question Bank Android App

Access previous years' papers, solved question papers, notes, and more on the go!

Install From Play Store

Download VTU BE 2020 Jan CSE Question Paper 15 Scheme 4th Sem Object Oriented Concepts

Download Visvesvaraya Technological University (VTU) BE ( Bachelor of Engineering) CSE 2015 Scheme 2020 January Previous Question Paper 4th Sem Object Oriented Concepts

This post was last modified on 02 March 2020

--- Content provided by FirstRanker.com ---


\
Fourth Semester B.E. Degree Examination, Dec.211 -! L MT" ,: v
-
-Z020

--- Content provided by⁠ FirstRanker.com ---

Object Oriented Concepts
Time: 3 hrs.
?
Max. Marks: 80
Note: Answer any FIVE full questions, choosing ONE full question from each module.

--- Content provided by‌ FirstRanker.com ---

Module-1
1 a. Define Structure. With suitable example. (05 Marks)
b. State and compare Object ? Oriented program using with procedure oriented programming.
(04 Marks)
c. Define Inline function. Explain with an example program. What are the conditions where

--- Content provided by FirstRanker.com ---

inline fitnctions cannot be expanded? (07 Marks)
OR
2 a. Differentiate between class and structure. With an example, explain the syntax for defining a
class and structure. (08 Marks)
b. Define friend junction and rules to be used while using it. Explain with a C++ program to

--- Content provided by FirstRanker.com ---

add two complex numbers. (08 Marks)
3 a.
b.
C.
Module-2

--- Content provided by⁠ FirstRanker.com ---

List and explain the Java buzzwords.
Differentiate the usage of access specifies in java and their scope.
Explain type conversion, with an example.
(08 Marks)
(04 Marks)

--- Content provided by‌ FirstRanker.com ---

(04 Marks)
OR
4 a. Explain the concepts of arrays in Java with examples. Also write a program that creates and
initializes a four integer elements array. Find the sum and average of its values. (08 Marks)
b. Explain the syntax of for ? each loop. Write a Java program to search a key element by using

--- Content provided by‍ FirstRanker.com ---

for ? each loop. (08 Marks)
Module-3
5 a. Can you overload constructor and destructor? Justify with suitable program. (06 Marks)
b. Briefly explain the role of interfaces while implementing multiple inheritances in Java.
(06 Marks)

--- Content provided by​ FirstRanker.com ---

c. Write a Syntax of try and catch block to handle multiple exceptions. Explain. (04 Marks)
OR
6 a. What is Super? Explain the use of super with suitable example. (06 Marks)
b. Distinguish between method overloading and overriding in Java with suitable example for
overriding method. (06 Marks)

--- Content provided by​ FirstRanker.com ---

c. Define Package. What are the steps involved in creating user defined package with an
example. (04 Marks)
Module-4
7 a. Describe the thread priority. How to assign and get the thread priority? (06 Marks)
b. What is Synchronization? Explain the role of synchronization with producer consumer

--- Content provided by​ FirstRanker.com ---

problem. (10 Marks)
of 2
FirstRanker.com - FirstRanker's Choice
USN
SOLI&

--- Content provided by​ FirstRanker.com ---


PeK
?

\

--- Content provided by‍ FirstRanker.com ---

Fourth Semester B.E. Degree Examination, Dec.211 -! L MT" ,: v
-
-Z020
Object Oriented Concepts
Time: 3 hrs.

--- Content provided by‍ FirstRanker.com ---

?
Max. Marks: 80
Note: Answer any FIVE full questions, choosing ONE full question from each module.
Module-1
1 a. Define Structure. With suitable example. (05 Marks)

--- Content provided by‌ FirstRanker.com ---

b. State and compare Object ? Oriented program using with procedure oriented programming.
(04 Marks)
c. Define Inline function. Explain with an example program. What are the conditions where
inline fitnctions cannot be expanded? (07 Marks)
OR

--- Content provided by‌ FirstRanker.com ---

2 a. Differentiate between class and structure. With an example, explain the syntax for defining a
class and structure. (08 Marks)
b. Define friend junction and rules to be used while using it. Explain with a C++ program to
add two complex numbers. (08 Marks)
3 a.

--- Content provided by‍ FirstRanker.com ---

b.
C.
Module-2
List and explain the Java buzzwords.
Differentiate the usage of access specifies in java and their scope.

--- Content provided by​ FirstRanker.com ---

Explain type conversion, with an example.
(08 Marks)
(04 Marks)
(04 Marks)
OR

--- Content provided by⁠ FirstRanker.com ---

4 a. Explain the concepts of arrays in Java with examples. Also write a program that creates and
initializes a four integer elements array. Find the sum and average of its values. (08 Marks)
b. Explain the syntax of for ? each loop. Write a Java program to search a key element by using
for ? each loop. (08 Marks)
Module-3

--- Content provided by‍ FirstRanker.com ---

5 a. Can you overload constructor and destructor? Justify with suitable program. (06 Marks)
b. Briefly explain the role of interfaces while implementing multiple inheritances in Java.
(06 Marks)
c. Write a Syntax of try and catch block to handle multiple exceptions. Explain. (04 Marks)
OR

--- Content provided by FirstRanker.com ---

6 a. What is Super? Explain the use of super with suitable example. (06 Marks)
b. Distinguish between method overloading and overriding in Java with suitable example for
overriding method. (06 Marks)
c. Define Package. What are the steps involved in creating user defined package with an
example. (04 Marks)

--- Content provided by​ FirstRanker.com ---

Module-4
7 a. Describe the thread priority. How to assign and get the thread priority? (06 Marks)
b. What is Synchronization? Explain the role of synchronization with producer consumer
problem. (10 Marks)
of 2

--- Content provided by​ FirstRanker.com ---

15CS45
OR
Explain the following with an example for each
i) Jtext field ii) Jtable iii) JcomboBox.
Explain components and containers in the swing.

--- Content provided by⁠ FirstRanker.com ---

(06 Marks)
(06 Marks)
(04 Marks)
(08 Marks)
(04 Marks)

--- Content provided by‌ FirstRanker.com ---

(04 Marks)
(12 Marks)
(04 Marks)
OR
8 a. With the syntax explain the use of is Alive ( ) and join ( ) methods.

--- Content provided by⁠ FirstRanker.com ---

b. Discuss delegation event model with components based on its model.
c. Explain any two event listener interface with its functions or methods.
?
Module-5
9 a. Define an Applet. What are the two types of an applet? Explain architecture.

--- Content provided by⁠ FirstRanker.com ---

b. What is Swing? Explain important feature of swing.
c. What are advantages and disadvantages of applets?
10 a.
b.
2 of 2

--- Content provided by‍ FirstRanker.com ---

FirstRanker.com - FirstRanker's Choice