Answer Posted / elak
no,php can't support multiple inheritance
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
Is the IT field raise again? What is the position of IT after 4 years?
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
hi viewers, tell me,what is scripting and programming, define and difference...pls
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
What is the purpose of
What is WEB 3.0? What are the features their in WEB3.0
How to print No.of.rows affected after updation using ADO.Net
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
what is difference between kpo and it industry? that is in terms of work, package etc
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach