Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) I've an application where i need to give access to all the features only to admin and only few features to normal users. Say Menu...i dont want all my menu items to be accessible to all the users only the admin people can see few all the features where as normal users can have access to limited menu items...how can i achieve this. Please note that my menu is not a database driven menu.
1 3958I am DeePu sotware engineer working with EMC corporation ,recently I had attended mcafee interview . Their questions were at heights of stupidity , I don't know what they want , I am a developer with 4 year experienced .I am listing the questions asked 1:What is the flag in g++ to avoid structure padding 2:In wht order parameters are passed to stack 3:How you will edit code segment of an exe
1 7204class A { public: void f(); protected: A() {} A(const A&){} }; Examine the class declaration shown above. Why are the default and copy constructors declared as protected? 1. To ensure that A cannot be created via new by a more derived class 2. To ensure that A cannot be copied 3. To ensure that A cannot be used as a base class except when public inheritance has been used 4. To ensure that A cannot be created/copied outside the inheritance chain 5. To ensure that A cannot be instantiated as a static variable
1 8042What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
IBM,
2266
Explain the difference between characters 35 and x35?
How to create connection in php?
Is empty check in php?
What are different types of errors available in Php?
Is c++ objective c?
Can we return a string in python?
List the merits and demerits of declaring a nested class in C++?
How to install scala? Explain
Explain overriding.
Write a pascal program to calculate the sum of the first 100 even number and odd number
What is a caas?
How to fetch data from database in cakephp?
What is a dataframe in r?
What is namespace in php?
Explain some of the php string functions?