Showing posts with label RGTU MCA EXAM PAPERS. Show all posts
Showing posts with label RGTU MCA EXAM PAPERS. Show all posts
RGPV OBJECT ORIENTED METHODOLOGY AND C++ MCA 303 OLD PAPERS I OBJECT ORIENTED METHODOLOGY OLD PAPERS I RGTU MCA SAMPLE PAPERS I RGTU MCA MODEL PAPERS I DOWNLOAD RGTU MCA GUESS PAPERS I MCA 2ND SEM 3RD SEM OLD PAPERS I RGTU MCA-303 OBJECT ORIENTED METHODOLOGY SAMPLE PAPERS I DOWNLOAD RGTU MCA SAMPLE PAPERS I RGTU MCA 3RD SEMESTER OLD PAPERS I RGTU MCA 3RD SEMESTER EXAM PAPERS I RGTU MCA QUESTION PAPERS I RGPV MCA 3RD SEM OLD EXAM PAPERS I RGTU MCA 3RD SEM OOT EXAM PAPERS I RGPV MCA-303 EXAM PAPERS I RGPV MCA SAMPLE PAPERS FOR MCA-303 I RGTU MCA-303 MODEL PAPERS I RGTU MCA PAPERS I RGTU MCA OLD PAPERS I RGPV MCA 3RD SEM GUESSING PAPERS
RGPV BHOPAL,MP
M.C.A.(3RD Semester) Examination
OBJECT ORIENTED METHODOLOGY & C++[MCA-303]
Time: 3 Hrs Max Marks: 100 Min: 40Note :Attempts All questions.All Question carry equal marks.
Q.1.(a) Compare abstraction and encapsulation.Give advantages and disadvantages of polymorphism in an object-oriented system. What types of relationship can be present between two classes, say A and B ?
(b) Write a class to keep track of accounts in a bank. Also provide suitable constructors.?
(c) Compare the following :
(i) Object-oriented and object base language
(ii) Default constructor and parametrized constructor and copy constructor.
Q.2.(a) What is container-ship or delegation ? How does it differ from inheritance?
(b) Write a program to create a class time containing date,hours, minutes and seconds.
Overload binary '+' operator such that you can add two objects of the class time with the
range of minutes and seconds.Display the added object. ?
(c) What are the various forms of inheritance?Explain with examples with their applicability.?
Q.3.(a) Differentiate between the following :
(i) Interface and abstract class
(ii) Early and late binding
(iii) Private, public and protected access modifiers
(b) When are virtual functions created for implementing late binding ? What basic rules should be observed ? When do we make a virtual function "pure" ?
(c) What is a friend function ? When and how do we declare a class of a friend class ? A friend function cannot be used to overload the assignment operator. Explain why.?
Q.4.(a) Write a program in C++ which use the 'try', 'catch' and 'throw' functions.?
(b) How can you create insertors and extractors of your own ? Write down the syntax of both.
(c) Compare the following :
(i) Formatted I/O vs Standard I/O system
(ii) Files vs Manipulators
Q.5.(a) Draw an instance diagram for two squares with a common side under the following conditions :
(i) A point belongs to one or more polygons.
(ii) A point belongs to almost two polygons.
(b) Differentiate among creational, structural and behavioral pattern.
(c) Perform OOA and OOD for examination results display system of a University on the following points :
(i) Identify actors and their responsibilities
(ii) Draw detailed use case diagram
(iii)Draw design class diagram
META TAGS:-OBJECT ORIENTED METHODOLOGY OLD PAPERS I RGTU MCA SAMPLE PAPERS I RGTU MCA MODEL PAPERS I DOWNLOAD RGTU MCA GUESS PAPERS I MCA 2ND SEM 3RD SEM OLD PAPERS I RGTU MCA-303 OBJECT ORIENTED METHODOLOGY SAMPLE PAPERS I DOWNLOAD RGTU MCA SAMPLE PAPERS I RGTU MCA 3RD SEMESTER OLD PAPERS I RGTU MCA 3RD SEMESTER EXAM PAPERS I RGTU MCA QUESTION PAPERS I RGPV MCA 3RD SEM OLD EXAM PAPERS I RGTU MCA 3RD SEM OOT EXAM PAPERS I RGPV MCA-303 EXAM PAPERS I RGPV MCA SAMPLE PAPERS FOR MCA-303 I RGTU MCA-303 MODEL PAPERS I RGTU MCA PAPERS I RGTU MCA OLD PAPERS I RGPV MCA 3RD SEM GUESSING PAPERS I RGTU MCA 3RD SEM ALL PREVIOUS PAPERS
RGTU MCA-303 PREVIOUS YEAR PAPERS I DOWNLOAD RGTU MCA PAPERS I DOWNLOAD RGTU MCA-303 OBJECT ORIENTED METHODOLOGY AND C++ PREVIOUS YEAR PAPERS I MCA 3RD SEM SAMPLE PAPERS I RGPV MCA 3RD SEM PAPERS I RGTU MCA PAPERS I RGTU MCA 3RD SEMESTER OLD PAPERS I DOWNLOAD RGTU MCA SAMPLE PAPERS I RGTU MCA-303 GUESSING PAPERS I RGTU MCA 3RD SEMESTER EXAM PAPERS I MCA 3RD SEMESTER QUESTION PAPERS I RGTU MCA-303 QUESTION PAPERS I RGTU MCA-303 EXAM PAPERS I RGPV MCA-303 QUESTION PAPERS I RGPV OBJECT ORIENTED METHODOLOGY OLD PAPERS I RGPV MCA 3RD SEM OLD PAPERS I RGPV MCA SAMPLE PAPERS I DOWNLOAD RGTU MCA 3RD SEMESTER SAMPLE PAPERS
RGPV BHOPAL,MP
M.C.A.(3RD Semeter) Examination
OBJECT ORIENTED METHODOLOGY & C++[MCA-303]
Time: 3 Hrs Max Marks: 100 Min: 40
Note :Attempts All questions.All Question carry equal marks.
Note :Attempts All questions.All Question carry equal marks.
UNIT-I
Q.1.(a) What are object and classes ? How does class differ from structure ?
(b) How many types of loops are available in c++ ? Explain each.
OR
Q.2.(a) What is a copy constructor ? What is its utility ?
(b) Design classes to represent co-ordinates of a Point-Polar Class and Cartesian Class.
Bothe the classes should have the following member functions :
(i) Constructor, with default values
(ii) Functions to set value
(iii) Function to display value
Make the polar class first; followed by the cartesian class.:
The Cartesian class should contain member functions to support conversion between
Polar and Cartesian objects, i.e. conversion constructor and member conversion function
Design the main program also to demonstrate the conversion process.
UNIT-II
Q.3.(a) Overload Operator Binary "++".?
(b) What are Pointer to Class member ? How do they differ from normal pointer.?
OR
Q.4.(a) What do you understand by dimond shape ambiguity ? How it can be removed ?
(b) Overload function read which read the matrix of size m × n from the keyboard to
read integer, float and character.?
UNIT-III
Q.5.(a) "The virtual attribute is inherited and is hierarchical." Comment.?
(b) Illustrate the utility of friend function using an example.?
OR
Q.6.(a) How run time polymorphism is achieved ?
(b) Write short notes on the following :
(i) Abstract class
(ii) Early and late binding
UNIT-IV
Q.7.(a) Write a program to copy a file.?
(b) Discuss various stream classes in C++.?
OR
Q.8.(a) Explain the various features that can be used to format the output.?
(b) What is an Exception Specification ? Where it is used ? When do we use multiple
catch handler ?
UNIT-V
Q.9.(a) Explain object oriented modeling.?
(b) Design a use case diagram for Bank.?
OR
Q.10.(a) What are UML specification ? How do they follow object oriented approach ?
(b) Find out the classes and object for your college and draw object diagram.?
META TAGS:-RGPV MCA ALL SEMESTER PAPERS I RGTU MCA PREVIOUS YEAR PAPERS I RGTU MCA 3RD SEMESTER EXAM PAPERS I MCA 3RD SEMESTER QUESTION PAPERS I RGTU MCA-303 QUESTION PAPERS I RGTU MCA-303 EXAM PAPERS I RGPV MCA-303 QUESTION PAPERS I RGPV OBJECT ORIENTED METHODOLOGY OLD PAPERS I RGPV MCA 3RD SEM OLD PAPERS I RGPV MCA SAMPLE PAPERS I DOWNLOAD RGTU MCA 3RD SEMESTER SAMPLE PAPERS I RGPV MCA 3RD SEM OLD EXAM PAPERS I RGTU MCA 3RD SEM OOT EXAM PAPERS I RGPV MCA-303 EXAM PAPERS I RGPV MCA SAMPLE PAPERS FOR MCA-303 I RGTU MCA-303 MODEL PAPERS I RGTU MCA PAPERS I RGTU MCA OLD PAPERS I RGPV MCA 3RD SEM GUESSING PAPERS I RGTU MCA 3RD SEM ALL PREVIOUS PAPERS
MCA OBJECT ORIENTED METHODOLOGY AND C++ PAPERS I RGPV MCA 2ND SEM PAPERS I RGTU MCA 2ND SEM OLD PAPERS I RGTU MCA 2ND SEMESTER PREVIOUS YEAR PAPERS I OBJECT ORIENTED METHODOLOGY OLD PAPERS I RGTU MCA SAMPLE PAPERS I RGTU MCA MODEL PAPERS I DOWNLOAD RGTU MCA GUESS PAPERS I MCA 2ND SEM 3RD SEM OLD PAPERS I RGTU MCA-303 OBJECT ORIENTED METHODOLOGY SAMPLE PAPERS I DOWNLOAD RGTU MCA SAMPLE PAPERS I RGTU MCA 3RD SEMESTER OLD PAPERS I RGTU MCA 3RD SEMESTER EXAM PAPERS I RGTU MCA QUESTION PAPERS I RGPV MCA 3RD SEM OLD EXAM PAPERS I RGTU MCA 3RD SEM OOT EXAM PAPERS I RGPV MCA-303 EXAM PAPERS I RGPV MCA SAMPLE PAPERS FOR MCA-303 I RGTU MCA-303 MODEL PAPERS I RGTU MCA PAPERS I RGTU MCA OLD PAPERS I RGPV MCA 3RD SEM GUESSING PAPERS
META TAGS:-RGPV MCA 3RD SEMESTER PAPERS I DOWNLOAD RGTU MCA PAPERS I DOWNLOAD RGTU MCA-303 OBJECT ORIENTED METHODOLOGY AND C++ PREVIOUS YEAR PAPERS I MCA 3RD SEM SAMPLE PAPERS I RGPV MCA 3RD SEM PAPERS I RGTU MCA PAPERS I RGTU MCA 3RD SEMESTER OLD PAPERS I DOWNLOAD RGTU MCA SAMPLE PAPERS I RGTU MCA-303 GUESSING PAPERS I RGTU MCA 3RD SEMESTER EXAM PAPERS I MCA 3RD SEMESTER QUESTION PAPERS I RGTU MCA-303 QUESTION PAPERS I RGTU MCA-303 EXAM PAPERS I RGPV MCA-303 QUESTION PAPERS I RGPV OBJECT ORIENTED METHODOLOGY OLD PAPERS I RGPV MCA 3RD SEM OLD PAPERS I RGPV MCA SAMPLE PAPERS I DOWNLOAD RGTU MCA 3RD SEMESTER SAMPLE PAPERS I RGPV MCA PREVIOUS YEAR PAPERS I RGPV MCA 3RD SEM ALL PAPERS I
R.G.P.V. Bhopal (MP)
M.C.A(3rd Semester) EXAMINATION
OBJECT ORIENTED METHODOLOGY & C++[MCA-303]
- OBJECT ORIENTED METHODOLOGY & C++ PAPER-4
- OBJECT ORIENTED METHODOLOGY & C++ PAPER-5
META TAGS:-RGPV MCA ALL SEMESTER PAPERS I RGTU MCA PREVIOUS YEAR PAPERS I RGTU MCA 3RD SEMESTER EXAM PAPERS I MCA 3RD SEMESTER QUESTION PAPERS I RGTU MCA-303 QUESTION PAPERS I RGTU MCA-303 EXAM PAPERS I RGPV MCA-303 QUESTION PAPERS I RGPV OBJECT ORIENTED METHODOLOGY OLD PAPERS I RGPV MCA 3RD SEM OLD PAPERS I RGPV MCA SAMPLE PAPERS I DOWNLOAD RGTU MCA 3RD SEMESTER SAMPLE PAPERS I RGPV MCA PREVIOUS YEAR PAPERS I RGPV MCA EXAM PAPERS I RGPV MCA 3RD SEM ALL PAPERS IRGTU MCA OLD PAPERS I RGPV MCA 3RD SEM GUESSING PAPERS I RGPV MCA EXAM PAPERS I
RGPV MCA PAPERS I RGTU MCA OLD PAPERS I RGTU MCA PREVIOUS PAPERS I DOWNLOAD RGTU MCA SAMPLE PAPERS I RGTU MCA OLD PAPERS I RGPV MCA 1ST SEM PAPERS I RGPV MCA QUESTION PAPERS I RGPV MCA 2ND SEM PAPERS I RGPV MCA GUESSING PAPERS I RGPV MCA GUESS PAPERS I RGTU MCA 3RD SEM PAPERS I RGPV MCA 4TH SEM PAPERS I RGPV MCA 5TH SM PAPERS I RGTU MCA PREVIOUS YEAR PAPERS I RGPV MCA OLD PAPERS I RGTU MCA MODEL PAPERS I RGPV MCA LAST 5 YEAR PAPERS I RGPV MCA MODEL PAPERS I RGTU MCA QUESTION PAPERS I RGPV MCA 2ND SEM OLD PAPERS I RGTU MCA OLD PAPERS I RGTU MCA EXAM PAPERS I RGPV MCA PREVIOUS YEAR PAPERS I RGPV MCA QUESTION PAPERS I MCA LAST 5 YEAR PAPERS I MCA EXAM PAPERS I MCA SAMPLE PAPERS I RGTU MCA MODEL PAPERS I RGTU MCA GUESSING PAPERS I RGPV MCA LAST YEAR PAPERS I DOWNLOAD RGPV MCA OLD PAPERS I RGPV MCA GUESS PAPERS I RGTU MCA TEST PAPERS I RGPV MCA OPERATING SYSTEM PAPERS I RGPV MCA 4TH SEM PAPERS I RGPV MCA 5TH SEM MODEL PAPERS I RGPV MCA 3RD SEM QUESTION PAPERS I RGPV MCA PAPERS I
META TAGS:-RGTUMCA 2ND SEM PAPERS I RGPV MCA EXAM PAPERS I RGTU MCA OLD PAPERS I RGPV MCA GUESS PAPERS I RGTU MCA QUESTION PAPERS I RGPV MCA OPERATING SYSTEM PAPERS I RGPV MCA JAVA EXAM PAPERS I RGTU MCA ARTIFICIAL INTELLIGENCE PAPERS I RGPV MCA OLD PAPERS I RGPV MCA 3RD SEM PAPERS I RGPV MCA GUESSING PAPERS I RGTU MCA QUESTION PAPERS I RGPV MCA GUESSING PAPERS I RGPV MCA GUESS PAPERS I RGTU MCA MODEL PAPERS I RGPV MCA SAMPLE PAPERS I RGPV MCA LAST 5 YEAR PAPERS I RGPV MCA SOLVED PAPERS I RGPV MCA NOTES I RGPV MCA OLD PAPERS I RGPV MCA EXAM PAPERS I RGPV MCA PREVIOUS YEAR PAPERS I RGPV MCA LAST YEAR PAPERS I RGTU MCA GUESSING PAPERS I RGPV MCA 5TH SEM PAPERS I MASTER OF COMPUTER APPLICATION PAPERS I RGPV BHOPAL MCA PAPERS
R.G.P.V. Bhopal (MP)
M.C.A. EXAMINATION
MASTER OF COMPUTER APPLICATION
META TAGS:-RGPV MCA OLD PAPERS I RGPV MCA PAPERS I RGPV MCA TEST PAPERS I RGPV MCA GUESS PAPERS I MCA LAST YEAR PAPERS I RGPV MCA ALL SEM PAPERS I RGPV MCA ALL PAPERS I RGPV MCA 1ST SEM ALL PAPERS I RGTU MCA 2ND SEM ALL PAPERS I RGPV MCA 3RD SEM ALL PAPERS I RGTU MC 4TH SEM ALL EXAM PAPERS I RGPV MCA ALL 5TH SEM PAPERS I RGTU MCA ALL SUBJECT PAPERS I RGTU MCA ALL SUBJECT EXAM PAPERSI RGPV MCA ALL PAPERS I RGPV MCA PRACTICE PAPERS I RGTU MCA UNIVERSITY PAPERS I RGPV MCA GUESSING PAPERS I RGTU MCA SOLVED PAERS I RGTU MCA QUESTION BANK I RGPV MCA QUESTION SET I RGPV MCA 20 QUESTION I RGPV MCA IMPORTANT QUESTION I RGPV MCA ALL SEM PAPERS I
