Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
In your Palindrome class, produce a method called reverse() that takes a string argument. Your method must return reverse of the argument as a string. For instance, if argument is Foobar then your m
What do you understand by an Array? How does it differ from normal variable? What are the different methods of initializing the array? With suitable example, show how to input and output elements in
Write down the difference between automatic type conversion and type casting? Also, provide a appropriate C++ code to demonstrate both.
What do you mean by garbage collection and how is it helpful for managing the external fragmentation in main memory?
What do you mean by collision in the Hash search? Give two techniques to resolve the collision.
Write down the fundamental characteristics of the C programming language. Illustrate the function of main()?
How do you implement the dynamic memory allocation in C? Give an appropriate illustration to describe your answer.
What do you mean by preprocessor directives? Illustrate three types of them. Also describe the difference between the given directives: #include <filename> and #include “filename”?
Describe with the help of an appropriate illustration the use of structures with the pointers.
Distinguish between the Interpreted and Compiled Languages. Name the category from which C language belongs to?
Describe the three UI components of swing and their classes and constructors.
Illustrate the difference between multithreading and multiprocessing? What is required to implement these in a program?
Describe the main features or aspects of OOPS.
Provide the description of Unified approach. Illustrate out the four (4) phases of the object modelling technique which can be repetitively executed?
Write down the two (2) ways of communicating with subsystem? Illustrate out the goals and scope of UML with appropriate illustrations.
Illustrate out the concepts and applications of multiple inheritance and virtual functions in C++. Illustrate out the theoretical concepts of the Binary files and Manipulators with appropriate program
Illustrate out the Common Language Runtime (CLR). Illustrate out the dissimilar member access modifiers employed in C.
What do you mean by a container class? Write down the pros and cons of declaring container classes.
What are standard manipulators used in C++? What is an inline substitution?
Describe the term Array of Pointers with the help of a appropriate example. Write brief notes on following: Inline Member functions.
What is the objective of functions Prototype and Scope? Write down the difference between pointers and references.
Illustrate out the importance of Syntax analysis and Lexical analysis. What do you understand by the term MASM? Illustrate out its features.
Illustrate why top-down testing is not an effectual strategy for testing object oriented system. What do you mean by the term Software reliability? Why reliability is more significant than efficiency?
What do you understand by the term virtual function? Describe it with an illustration. Illustrate out different access specifiers in a class.
Describe the term Constructors and Destructors with appropriate illustration. Explain the term polymorphism. Describe its importance.