When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
1236Post New Programming Languages AllOther Questions
why we use abstract in awt?
how do i create my own exception class which will restrict IO exception?
1) How can u create the table?
Is buffer size and file block size is similar? If similar,at which case it will be same size?
purpose of abstraction and interface
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
what is adodb??y it is used for connection of V.B and access??what is ado?dao?
Why did you ever become involved in QA/testing?
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
Any real time example of O2C process from taking order till creating invoice.
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
How do i find out the number of parameters passed into function?
how we can know the funcions available in a class recording java?
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;