• Q : Reads and writes functions...
    7/16/2012 8:10:00 AM :

    To accumulate or recover data in binary form, the member functions write () or read () can be utilized. Unlike put () and get (), the write () and read () functions access data in binary a

  • Q : Put and get functions...
    7/16/2012 8:09:00 AM :

    The function get () is a member function of the file stream class f stream, and is used to read a single character from the file. The function put () is a member function of the output str

  • Q : Scope resolution operator...
    7/16/2012 7:56:00 AM :

    The scope resolution operator (: : ) in C++ is used to define the declared member functions (in the header file with cpp extension) of the in the cpp file one can define the normal funct

  • Q : New Operator and Delete Operator...
    7/16/2012 7:45:00 AM :

    New operator: It allows dynamic storage allocation. It throws an exception if memory allocation fails. The general format of new operator is return type, pointer to data type. The C++ state

  • Q : Reference variables...
    7/16/2012 7:43:00 AM :

    Reference variable behave similar to both, a value variable and a pointer variable. Value variable are used to hold some numeric values, pointer variable are used to hold the address of so

  • Q : File handling modes and corresponding flags...
    7/16/2012 7:35:00 AM :

    Q. Describe file handling modes and corresponding flags with examples in C++. Ans. File handling modes specifiers the purpose for which the file is opened. The file mode parameters can

  • Q : Default function arguments...
    7/16/2012 7:34:00 AM :

    C++ allows us to call a function without specifying all its arguments. In such type of cases, the function allots a default value to the parameter which does not have a corresponding argumen

  • Q : "This" Pointer...
    7/16/2012 7:27:00 AM :

    "this" pointer: In C++ uses a unique keyword called "this" to represent a object that invokes a member function. This is a pointer that directs to the object for which the function was called. F

  • Q : "Const" qualifier for pointers and member function...
    7/16/2012 7:11:00 AM :

    In C++ an arguments to a function can be declared as constant as shown below: Int strlen (constant char * p); Int length (constant string & s); The qualifier const tells the compiler that

  • Q : Input and output formatting in C++...
    7/16/2012 7:08:00 AM :

    Input output formatting in C++: C++ supports a number of features that could be used for formatting the output. These features involve:   1.      Ios class func

  • Q : Macro definition in C and C++...
    7/16/2012 6:56:00 AM :

    Macro in C: Macros are defined as single identifiers that are equivalent to expressions, complete statement or groups of statements. Macros signify functions in this sense. They are defined in

  • Q : What is applet? Explain life cycle of the applet....
    7/16/2012 6:42:00 AM :

    Ans. Applet: An applet is an application designed to travel over the internet and to be executed on the client machine by a java compatible web browser like internet explorer or net scope. Applets

  • Q : Explain different types of variable iv java and also JVM...
    7/16/2012 6:30:00 AM :

    The kind of value that a variable can own is known as data type. When we state a variable we require specifying the type of value it will own with the name of the variable. This tells the compil

  • Q : Explain the java applets with a suitable example....
    7/16/2012 6:16:00 AM :

      APPLET: an applet is an application designed to travel over the internet and to be executed on the client machine by a java compatible web browser like internet Explorer or Netscape.

  • Q : Java program to sort ten numbers using bubble sort method...
    7/16/2012 6:02:00 AM :

    Q. Write a java program to sort ten numbers using bubble sort method. Ans. class Bubble sort             {      &nb

  • Q : Type promotion rule...
    7/16/2012 5:57:00 AM :

    Q. Explain type conversion rules for basic data types in java. Ans. Type promotion rule: Java automatically each bits or short operant to int when evaluating an expression. As usual as the automatic

  • Q : Explain why java is so important for internet?...
    7/16/2012 5:55:00 AM :

    The internet aided java to the forefront of programming. And java consequently has had a deep effect on the internet. The reason for this is highly simple: java uses the universe of objects that can t

  • Q : Public class in java...
    7/16/2012 5:21:00 AM :

    Q. Explain the concept of public classes in java. How they are useful?  Ans. Public class methods and areas can be accessed from anywhere. But a file with java source code can only

  • Q : Method over ridding in java...
    7/16/2012 5:16:00 AM :

    Q. Explain method over ridding in java. Give example.               Ans. Method over ridding: In a class hierarchy, when a method in a subclass has the s

  • Q : Inheritance in Object Oriented Programming Language...
    7/16/2012 4:32:00 AM :

    Q. What is the use of making a method private inside a class? What is the application of inheritance in OOP?   (b) What are the difference forms of inheritance give an example of e

  • Q : Use of private, public, protected access specifies...
    7/16/2012 4:28:00 AM :

    Q. Explain the use of private, public, protected access specifies.                      &n

  • Q : Class and Object and explain diverse specifies....
    7/16/2012 4:19:00 AM :

    Q. Define class and object with example and explain diverse specifies.                      

  • Q : Concept of object oriented analysis with explanation...
    7/16/2012 3:36:00 AM :

    Q. Explain the concept of object oriented analysis with explanation of all steps of analysis.  Ans. Object oriented analysis: Object oriented analysis provide a simple, yet powerful

  • Q : Distinct features of Object oriented programming language...
    7/16/2012 3:34:00 AM :

    Q. What are the distinct features of Object oriented programming language?                     OR  

  • Q : Advantages of Object oriented programming language...
    7/16/2012 3:31:00 AM :

    Q. What are the advantages of Object Oriented Programming languages? Explain them. Ans. : Object oriented programming language has following advantages- Code reusability in terms of inheritance. Obj

©TutorsGlobe All rights reserved 2022-2023.