what is difference between object oriented programming
structure and object oriented programming system?
No Answer is Posted For this Question
Be the First to Post Answer
sample code for data transfer between two r/2 systems and r/3 systems?
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
what is different betweet class and interface in java?
2 Answers Microsoft, Sun Microsystems,
Write a program to find factorial of a number using functions
Building Quotation engine program
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
How many processes can listen on a single TCP/IP port?
hi i am jyoti i have done sap training in sd and master degree in economics have 2 year exp as enduser in (gdms)and 1 year as sd consultant.as contract basis now what i can do for getting job in it industry
There is a table which contains all the employee details, unfortunately there is mistake occured while entering the data. ex: ------------------------------- empid empname gender address ------------------------------- 1 abcd f address1 2 defg m address2 3 ghth m address3 4 jkil f address4 write a update query that will change gender 'm' to 'f' and 'f' to 'm'
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?